Remove a meaningless event (#6996)

* Remove a meaningless event

* Remove a meaningless event
This commit is contained in:
marihachi 2020-12-20 10:46:09 +09:00 committed by GitHub
parent 9a3a77cff0
commit 50539099ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -62,7 +62,6 @@
<XVariable
:value="element"
:removable="true"
@update:value="v => updateVariable(v)"
@remove="() => removeVariable(element)"
:hpml="hpml"
:name="element.name"