清理组件残余
This commit is contained in:
@@ -4,14 +4,13 @@
|
||||
<add-list ref="addList" v-if="currIndex === 1" @change="onChange"></add-list>
|
||||
<list ref="list" v-if="currIndex === 0" @change="onChange"></list>
|
||||
</div>
|
||||
<ai-tabbar :active.sync="currIndex" :list="tabBar"/>
|
||||
<AiTabbar :active.sync="currIndex" :list="tabBar"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AddList from './AddList.vue'
|
||||
import List from './List.vue'
|
||||
import AiTabbar from "../../../components/AiTabbar";
|
||||
|
||||
export default {
|
||||
name: 'AppAskForm',
|
||||
@@ -24,7 +23,6 @@ export default {
|
||||
},
|
||||
|
||||
components: {
|
||||
AiTabbar,
|
||||
AddList,
|
||||
List
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user