Pre Merge pull request !192 from xileilei/master

This commit is contained in:
xileilei 2024-04-15 12:40:06 +00:00 committed by Gitee
commit cfc370362b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

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