Commit 29402cc8 authored by Pan's avatar Pan

fix typo

parent a1a96c38
<template> <template>
<div class="tab-container"> <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-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"> <el-tab-pane v-for="item in tabMapOptions" :label="item.label" :key='item.key' :name="item.key">
<keep-alive> <keep-alive>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment