mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
refactor(projects): all file and folder use kebab-case
This commit is contained in:
@ -1,4 +0,0 @@
|
||||
import CornerTop from './CornerTop.vue';
|
||||
import CornerBottom from './CornerBottom.vue';
|
||||
|
||||
export { CornerTop, CornerBottom };
|
@ -1,4 +0,0 @@
|
||||
import OtherLogin from './OtherLogin.vue';
|
||||
import OtherAccount from './OtherAccount.vue';
|
||||
|
||||
export { OtherLogin, OtherAccount };
|
@ -1,8 +1,8 @@
|
||||
import LoginBg from './LoginBg/index.vue';
|
||||
import PwdLogin from './PwdLogin/index.vue';
|
||||
import CodeLogin from './CodeLogin/index.vue';
|
||||
import Register from './Register/index.vue';
|
||||
import ResetPwd from './ResetPwd/index.vue';
|
||||
import BindWechat from './BindWechat/index.vue';
|
||||
import LoginBg from './login-bg/index.vue';
|
||||
import PwdLogin from './pwd-login/index.vue';
|
||||
import CodeLogin from './code-login/index.vue';
|
||||
import Register from './register-user/index.vue';
|
||||
import ResetPwd from './reset-pwd/index.vue';
|
||||
import BindWechat from './bind-wechat/index.vue';
|
||||
|
||||
export { LoginBg, PwdLogin, CodeLogin, Register, ResetPwd, BindWechat };
|
||||
|
@ -0,0 +1,4 @@
|
||||
import CornerTop from './corner-top.vue';
|
||||
import CornerBottom from './corner-bottom.vue';
|
||||
|
||||
export { CornerTop, CornerBottom };
|
@ -0,0 +1,4 @@
|
||||
import OtherLogin from './other-login.vue';
|
||||
import OtherAccount from './other-account.vue';
|
||||
|
||||
export { OtherLogin, OtherAccount };
|
Reference in New Issue
Block a user