cozy-rsvp/app/App.vue

15 lines
226 B
Vue
Raw Normal View History

2016-11-05 03:52:53 +01:00
<template lang='pug'>
div(role='application')
2016-11-04 21:06:14 +01:00
router-view
2016-11-04 20:33:20 +01:00
</template>
2016-11-05 03:52:53 +01:00
<style lang="stylus">
@import "~normalize.css"
2016-11-07 02:51:21 +01:00
@import "styles/global.css"
2016-11-05 03:52:53 +01:00
body
text-align center
padding 1em
</style>