refactor(projects): chrome Tab重构完成

This commit is contained in:
Soybean
2021-09-24 16:26:14 +08:00
parent 5be2e2a2e5
commit d488451f42
24 changed files with 264 additions and 477 deletions

View File

@@ -1,3 +1,6 @@
import CountTo from './CountTo/index.vue';
import IconClose from './IconClose/index.vue';
import ButtonTab from './ButtonTab/index.vue';
import ChromeTab from './ChromeTab/index.vue';
export { CountTo };
export { CountTo, IconClose, ButtonTab, ChromeTab };