14 lines
147 B
Vue
14 lines
147 B
Vue
<template>
|
|
<router-view></router-view>
|
|
|
|
</template>
|
|
|
|
<style lang="scss">
|
|
*{
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
</style>
|
|
<script setup lang="ts">
|
|
|
|
</script> |