-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 微前端 #2
feat: 微前端 #2
Conversation
|
<div class="fixed top-0 bottom-0 left-0 z-50 w-52"> | ||
<el-scrollbar> | ||
<el-menu | ||
default-active="vue3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apps/vue2-app/src/pages/bar.vue
Outdated
* @Author: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git | ||
* @Date: 2024-07-22 13:58:37 | ||
* @LastEditors: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git | ||
* @LastEditTime: 2024-07-23 11:54:18 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
注释这些都删了
apps/vue-app/src/App.vue
Outdated
}); | ||
|
||
onMounted(() => { | ||
window.$wujie?.bus.$on("vue3-router-change", (path: string) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$on 这些事件的 code 都单独归类,方便以后进行共享
No description provided.