Signed-off-by: zhang_hanyong <zhanghanyong@h-partners.com>
This commit is contained in:
zhang_hanyong 2024-04-15 19:38:34 +08:00
parent ab7dd919f3
commit ead649fa10
2 changed files with 3 additions and 2 deletions

View File

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

View File

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