1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 20:06:06 +02:00
This commit is contained in:
syuilo
2018-02-22 00:14:20 +09:00
parent 9fde555cc3
commit 0c0f822df7
2 changed files with 8 additions and 5 deletions

View File

@@ -30,7 +30,6 @@ export default function<T extends object>(data: {
}
this.$watch('props', newProps => {
console.log(this.id, newProps);
(this as any).api('i/update_home', {
id: this.id,
data: newProps