GoDV-Client/src/App.vue
2019-11-05 00:48:04 +08:00

7 lines
104 B
Vue

<template>
<div id="app">
<notifications></notifications>
<router-view/>
</div>
</template>