Files
ipms-sjy/yudao-ui-admin-vue3/src/views/Login/components/index.ts
2022-07-18 19:06:37 +08:00

5 lines
304 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export { default as LoginForm } from './LoginForm.vue'
export { default as MobileForm } from './MobileForm.vue'
export { default as LoginFormOld } from './LoginFormOld.vue' // TODO jinzold 是不是可以删除哈git 可以管理的
export { default as LoginFormTitle } from './LoginFormTitle.vue'