diff --git a/src/App.ku.vue b/src/App.ku.vue index de97b1f..566ba52 100644 --- a/src/App.ku.vue +++ b/src/App.ku.vue @@ -12,6 +12,12 @@ onShow(() => { }) const helloKuRoot = ref('Hello AppKuVue') + +const exposeRef = ref('this is form app.Ku.vue') + +defineExpose({ + exposeRef, +})