Pre Merge pull request !190 from zhanghanyong/master
This commit is contained in:
commit
9b901c719d
|
@ -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() {
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue