[bugfix] Swipe shouid re initialize when item changes (#200)

* [Document] add english document of Checkbox

* [Document] add english document of Field

* [Document] add english document of NumberKeyboard

* [bugfix] NumberKeyboard should not dispaly title when title is empty

* [Document] add english document of PasswordInput

* [Document] add english document of Radio

* [document] add english document of Switch

* [bugfix] remove redundent styles in english document

* [Document] fix details

* fix Switch test cases

* [bugfix] Swipe shouid reinitialize when item changes
This commit is contained in:
neverland
2017-10-12 08:19:18 -05:00
committed by GitHub
parent f02048a3dc
commit 4dfa56e796
2 changed files with 31 additions and 9 deletions
-1
View File
@@ -10,7 +10,6 @@ export default {
beforeCreate() {
this.$parent.swipes.push(this);
this.$parent.childrenOffset.push(0);
},
data() {