mirror of
https://github.com/wsssheep/cocos_creator_mvvm_tools.git
synced 2026-05-06 21:40:39 +08:00
VMLabel start 条件CC_EDITOR 取反 修复
This commit is contained in:
@@ -76,7 +76,7 @@ export default class VMLabel extends VMBase {
|
||||
}
|
||||
|
||||
start(){
|
||||
if (!CC_EDITOR) return;
|
||||
if (CC_EDITOR) return;
|
||||
this.onValueInit();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user