更新:登录功能
This commit is contained in:
22
uni_modules/wot-design-uni/index.ts
Normal file
22
uni_modules/wot-design-uni/index.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
* @Author: weisheng
|
||||
* @Date: 2021-12-21 14:22:03
|
||||
* @LastEditTime: 2025-08-26 16:18:07
|
||||
* @LastEditors: weisheng
|
||||
* @Description:
|
||||
* @FilePath: /wot-design-uni/src/uni_modules/wot-design-uni/index.ts
|
||||
* 记得注释
|
||||
*/
|
||||
|
||||
export { useToast } from './components/wd-toast'
|
||||
export { useMessage } from './components/wd-message-box'
|
||||
export * from './components/composables'
|
||||
export * from './components/wd-notify'
|
||||
|
||||
export { default as dayjs } from './dayjs'
|
||||
|
||||
export * as CommonUtil from './components/common/util'
|
||||
export * as clickOut from './components/common/clickoutside'
|
||||
|
||||
export * from './locale'
|
||||
export type { ConfigProviderThemeVars } from './components/wd-config-provider/types'
|
||||
Reference in New Issue
Block a user