ai-vue3-admin/src/App.vue
2021-04-01 17:54:18 +08:00

13 lines
148 B
Vue

<template>
<router-view />
</template>
<style lang="scss">
html,
body,
#app {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
</style>