Skip to content

Commit 29402cc

Browse files
committed
fix typo
1 parent a1a96c3 commit 29402cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/views/example/tab/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="tab-container">
3-
<el-tag type="primary">create times :{{createdTimes}}</el-tag>
3+
<el-tag type="primary">mounted times :{{createdTimes}}</el-tag>
44
<el-tabs style='margin-top:15px;' v-model="activeName" type="border-card">
55
<el-tab-pane v-for="item in tabMapOptions" :label="item.label" :key='item.key' :name="item.key">
66
<keep-alive>

0 commit comments

Comments
 (0)