Pre Merge pull request !191 from xileilei/master

This commit is contained in:
xileilei 2024-04-15 12:37:58 +00:00 committed by Gitee
commit 0e0ffa55d3
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() {