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