UNPKG

192 BPlain TextView Raw
1<template>
2 <div id="app">
3 Vue
4 </div>
5</template>
6
7<script>
8export default {
9 name: 'app'
10}
11</script>
12
13<style>
14#app {
15 font-family: 'Avenir', Helvetica, Arial, sans-serif;
16}
17</style>