Improve AiScript
This commit is contained in:
parent
b6c50d63a0
commit
4747ae8b61
8 changed files with 32 additions and 18 deletions
|
|
@ -26,7 +26,7 @@ export default Vue.extend({
|
|||
watch: {
|
||||
v() {
|
||||
this.script.aiScript.updatePageVar(this.value.name, this.v);
|
||||
this.script.reEval();
|
||||
this.script.eval();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue