cozy-rsvp/app/App.vue

15 lines
226 B
Vue

<template lang='pug'>
div(role='application')
router-view
</template>
<style lang="stylus">
@import "~normalize.css"
@import "styles/global.css"
body
text-align center
padding 1em
</style>