composables和utils的统一导出
This commit is contained in:
parent
7e77640d82
commit
44539cf7ac
2
composables/index.js
Normal file
2
composables/index.js
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
export { useCustomerForm } from './useCustomerForm'
|
||||
export { usePagination } from './usePagination'
|
||||
5
utils/index.js
Normal file
5
utils/index.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export * from './qiniu'
|
||||
export * from './request'
|
||||
export * from './taskConfig'
|
||||
export * from './customerMappings'
|
||||
export * from './textSolve'
|
||||
1
utils/textSolve/index.js
Normal file
1
utils/textSolve/index.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from './truncateText'
|
||||
Loading…
Reference in New Issue
Block a user