fix typo
This commit is contained in:
parent
a1a96c38d7
commit
29402cc889
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="tab-container">
|
||||
<el-tag type="primary">create times :{{createdTimes}}</el-tag>
|
||||
<el-tag type="primary">mounted times :{{createdTimes}}</el-tag>
|
||||
<el-tabs style='margin-top:15px;' v-model="activeName" type="border-card">
|
||||
<el-tab-pane v-for="item in tabMapOptions" :label="item.label" :key='item.key' :name="item.key">
|
||||
<keep-alive>
|
||||
|
|
Loading…
Reference in a new issue