f
This commit is contained in:
7
src/App.ku.vue
Normal file
7
src/App.ku.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<script setup>
|
||||
// @uni-ku/root 需要此文件存在,直接复用 App.vue 逻辑
|
||||
import App from './App.vue'
|
||||
</script>
|
||||
<template>
|
||||
<App />
|
||||
</template>
|
||||
Reference in New Issue
Block a user