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