no message
Former-commit-id: ac0e8e5566497a965df003f75ad5f3f3fab061c4 [formerly ac0e8e5566497a965df003f75ad5f3f3fab061c4 [formerly ac0e8e5566497a965df003f75ad5f3f3fab061c4 [formerly ac0e8e5566497a965df003f75ad5f3f3fab061c4 [formerly a60ea3687e9b11d3ef290843936fdbcd755fa13d [formerly b63e1f7869836bbb0eb108a28271d4f40adf593d]]]]] Former-commit-id: 6feda0c0020979bdff7b386cdd797db21514d03b Former-commit-id: 9c3f59a7261faebdaf1bfd7f3f17b26c05e5f038 Former-commit-id: 44828d729829003cc6ff98c963f7eedbb4d94a25 [formerly e8e6451a72d4d1665d9a0f61c5a945c5d0eed0d6] Former-commit-id: 6f5d2d09e324f4fa6e641b5c611f0283ffca3db4 Former-commit-id: eafb4a64f4e45cce32a98e98ac0ea60e58d43c9c Former-commit-id: de4815a0b9eff528f7c19f2b0cc8772e3a00e557 Former-commit-id: 6895509ff4fffd17ed92994dcb078823370b7076 Former-commit-id: 46dd44f0e0f56248daf31c83ae1f0b77f5f2240d
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<el-tabs
|
||||
class="d2-multiple-page-control"
|
||||
v-model="activeName2"
|
||||
v-model="activeName"
|
||||
type="card"
|
||||
@tab-click="handleClick">
|
||||
<el-tab-pane label="页面1" name="first"></el-tab-pane>
|
||||
@@ -11,16 +11,16 @@
|
||||
</el-tabs>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
data () {
|
||||
return {
|
||||
activeName2: 'first'
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
handleClick (tab, event) {
|
||||
console.log(tab, event)
|
||||
}
|
||||
export default {
|
||||
data () {
|
||||
return {
|
||||
activeName: 'first'
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
handleClick (tab, event) {
|
||||
// console.log(tab, event)
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user