Pre Merge pull request !190 from zhanghanyong/master

This commit is contained in:
zhanghanyong 2024-04-15 11:39:06 +00:00 committed by Gitee
commit 9b901c719d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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"
}
}