This website works better with JavaScript
Home
Explore
Help
Register
Sign In
yunchuang
/
water_maintenance
Watch
6
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
update
人生啊人生
1 week ago
parent
5a90eab83f
commit
750e06c396
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/components/ThreeWorldEventQingXiCheAndQv/event/QingXiCheAndQvProcessEvent.vue
+ 1
- 0
src/components/ThreeWorldEventQingXiCheAndQv/event/QingXiCheAndQvProcessEvent.vue
View File
@@ -8,6 +8,7 @@ watch(
(newVal, oldVal) => {
console.log("触发组件的UI下一步逻辑");
+ downEvent();
}
)