mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 05:39:34 +08:00
initial commit
This commit is contained in:
5
src/components/Container/index.ts
Normal file
5
src/components/Container/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export { default as ScrollContainer } from './src/ScrollContainer.vue';
|
||||
export { default as CollapseContainer } from './src/collapse/CollapseContainer.vue';
|
||||
export { default as LazyContainer } from './src/LazyContainer';
|
||||
|
||||
export * from './src/types.d';
|
Reference in New Issue
Block a user