[Client] Fix bug

This commit is contained in:
syuilo 2018-11-13 22:42:31 +09:00
parent 62132570e1
commit e58a6593c0
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -66,7 +66,7 @@ export default function<T extends object>(data: {
this.bakeProps();
(this as any).api('i/update_widget', {
this.$root.api('i/update_widget', {
id: this.id,
data: this.props
});