Signed-off-by: zhang_hanyong <zhanghanyong@h-partners.com>
This commit is contained in:
zhang_hanyong 2024-04-15 17:32:44 +08:00
parent ab7dd919f3
commit 4a3d3da477
2 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@ import {ImageKnifeOption,ImageKnifeComponent} from '@ohos/libraryimageknife'
@Entry
@Component
struct BasicTestFeatureAbilityPage {
//数据监听
@Watch("watchPathChange") @State filePath: string = "查看featureAbility路径";
watchPathChange() {

View File

@ -1,6 +1,6 @@
{
"hvigorVersion": "3.0.9",
"hvigorVersion": "4.0.2",
"dependencies": {
"@ohos/hvigor-ohos-plugin": "3.0.9"
"@ohos/hvigor-ohos-plugin": "4.0.2"
}
}