Files
soybean-admin/src/views/_builtin/login/components/pwd-login/components/index.ts

5 lines
130 B
TypeScript

import OtherLogin from './other-login.vue';
import OtherAccount from './other-account.vue';
export { OtherLogin, OtherAccount };