Pre Merge pull request !192 from xileilei/master
This commit is contained in:
commit
cfc370362b
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue