[Client] Fix bug

This commit is contained in:
syuilo 2018-11-13 22:42:31 +09:00
parent 907d42335a
commit e5fe3e3fbd

View file

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