first commit
This commit is contained in:
7
src/renderer/App.vue
Normal file
7
src/renderer/App.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<router-view />
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
// App 根组件,路由视图入口
|
||||
</script>
|
||||
Reference in New Issue
Block a user