Files
qncV3uni-app/src/App.ku.vue

8 lines
142 B
Vue
Raw Normal View History

2026-02-06 17:34:00 +08:00
<script setup>
// @uni-ku/root 根组件,仅保留 KuRootView不展示底部演示条
</script>
<template>
<KuRootView />
</template>