BotSharp/BotSharp.UI/src/app.vue
Oceania2018 69c437224c Add UI
2018-08-01 07:17:13 -05:00

23 lines
311 B
Vue

<style scoped>
@import 'styles/common.css';
</style>
<template>
<router-view></router-view>
</template>
<script>
export default {
data () {
return {}
},
mounted () {
},
beforeDestroy () {
},
methods: {
}
}
</script>