Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a96c3 commit 29402ccCopy full SHA for 29402cc
src/views/example/tab/index.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div class="tab-container">
3
- <el-tag type="primary">create times :{{createdTimes}}</el-tag>
+ <el-tag type="primary">mounted times :{{createdTimes}}</el-tag>
4
<el-tabs style='margin-top:15px;' v-model="activeName" type="border-card">
5
<el-tab-pane v-for="item in tabMapOptions" :label="item.label" :key='item.key' :name="item.key">
6
<keep-alive>
0 commit comments