first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<script setup>
|
||||
// Apps 父路由组件,用于显示子路由
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<router-view />
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
/* Apps 父路由容器 */
|
||||
</style>
|
||||
Reference in New Issue
Block a user