dhy
parent
9efc0e8278
commit
d685a223f0
After Width: | Height: | Size: 1.4 KiB |
@ -1,4 +1,4 @@
|
|||||||
export { default as tab1 } from "./tab1.vue";
|
export { default as TabOne } from "./TabOne.vue";
|
||||||
export { default as tab2 } from "./tab2.vue";
|
export { default as tab2 } from "./tab2.vue";
|
||||||
export { default as tab3 } from "./tab3.vue";
|
export { default as tab3 } from "./tab3.vue";
|
||||||
export { default as tab4 } from "./tab4.vue";
|
export { default as tab4 } from "./tab4.vue";
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
<template></template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {};
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style></style>
|
|
Loading…
Reference in new issue