[bugfix] find correct index of vnode in bindRelation (#4009)

This commit is contained in:
neverland
2019-07-31 11:10:33 +08:00
committed by GitHub
parent 4d8c4df5fe
commit bf71879988
4 changed files with 33 additions and 23 deletions
+1 -2
View File
@@ -1,3 +1,4 @@
<template>
<demo-section>
<demo-block :title="$t('basicUsage')">
@@ -82,12 +83,10 @@ export default {
title2: 'Icon info'
}
},
methods: {
onClickIcon() {
this.$toast(this.$t('clickIcon'));
},
onClickButton() {
this.$toast(this.$t('clickButton'));
}