UNPKG

280 BPlain TextView Raw
1<style lang="stylus">
2 @import url('https://fonts.googleapis.com/css?family=Indie+Flower')
3
4 .application
5 font-family: 'Indie Flower', cursive
6</style>
7
8<template lang="pug">
9 v-app(light)
10 v-content
11 router-view
12</template>
13
14<script>
15 export default {}
16</script>