1
0
Fork 0
my_spells/src/App.vue
2017-05-07 11:49:12 -04:00

15 lines
199 B
Vue

<template>
<!-- Don't drop "q-app" class -->
<div id="q-app">
<router-view></router-view>
</div>
</template>
<script>
/*
* Root component
*/
export default {}
</script>
<style></style>