[bugfix] find correct index of vnode in bindRelation (#4009)
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user