This commit is contained in:
X1627315083@163.com
2026-02-10 15:28:50 +08:00
parent bf5e70442c
commit 39df67f2e6

View File

@@ -18,7 +18,7 @@ let data = reactive({
onMounted(()=>{
})
onUnmounted(()=>{
})
})
defineExpose({})
const {} = toRefs(data);
</script>