Skip to content
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

子应用是vite项目,引入新的vue-devtools样式会报错 #1183

Open
zprial opened this issue Apr 23, 2024 · 0 comments
Open

子应用是vite项目,引入新的vue-devtools样式会报错 #1183

zprial opened this issue Apr 23, 2024 · 0 comments
Labels
style problem style problem Working on it Working on this issue

Comments

@zprial
Copy link

zprial commented Apr 23, 2024

问题描述

问题的具体描述
子应用是vite项目,引入新的vue-devtools样式会报错

复现步骤

import VueDevTools from 'vite-plugin-vue-devtools'

export default defineConfig((config: ConfigEnv): UserConfig => {
  return {
    base,
    plugins: [
     // ...
      VueDevTools(),
    ],
  }
})

上传截图

请上传代码截图、控制台、终端等截图以帮助我们了解您的问题。
image

复现仓库

请提供一个精简的代码仓库,然后上传到自己的 github,以帮助我们复现您的问题。

环境信息

  • micro-app版本:1.0.0-rc4
  • 主应用前端框架&版本:vue ^2.7
  • 子应用前端框架&版本:vue ^3.4
  • 构建工具&版本:
@bailicangdu bailicangdu added Working on it Working on this issue style problem style problem labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
style problem style problem Working on it Working on this issue
Projects
None yet
Development

No branches or pull requests

2 participants