feat(布局): 在tabbar组件中暴露testUniLayoutExposedData变量

在about页面通过onReady钩子获取暴露的变量,解决onLoad钩子无法获取的问题
This commit is contained in:
feige996
2025-08-11 16:13:08 +08:00
parent 914a2b04b7
commit 91f31839b7
2 changed files with 13 additions and 0 deletions

View File

@@ -7,6 +7,10 @@ const themeVars: ConfigProviderThemeVars = {
// buttonPrimaryBgColor: '#07c160',
// buttonPrimaryColor: '#07c160',
}
const testUniLayoutExposedData = ref('testUniLayoutExposedData')
defineExpose({
testUniLayoutExposedData,
})
</script>
<template>