docs: update readme

This commit is contained in:
dntzhang 2019-10-09 15:05:55 +08:00
parent b718baad33
commit 441286595c
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ const nameStore = new class Store {
name: 'hello'
}
rename = () => {
console.log(123)
this.data.name = 'bcd'
}
}