Files
qncV3uni-app/src/App.ku.vue
2026-02-06 17:34:00 +08:00

8 lines
142 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<script setup>
// @uni-ku/root 根组件,仅保留 KuRootView不展示底部演示条
</script>
<template>
<KuRootView />
</template>