trike-datav/src/App.vue

14 lines
149 B
Vue
Raw Normal View History

2023-11-27 17:18:03 +08:00
<script setup>
</script>
<template>
2023-12-05 18:39:17 +08:00
<router-view></router-view>
2023-11-27 17:18:03 +08:00
</template>
<style scoped lang="scss">
* {
margin: 0;
padding: 0;
}
</style>