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

vue+vite下,使用tooltips没有反应 #22246

Open
xuchenxi12138 opened this issue Nov 14, 2022 · 3 comments
Open

vue+vite下,使用tooltips没有反应 #22246

xuchenxi12138 opened this issue Nov 14, 2022 · 3 comments

Comments

@xuchenxi12138
Copy link

我不清楚是否有人提过这个issue,复现倒也不难。我的环境是vite+vue2+element-ui

@hotdogc1017
Copy link

我不清楚是否有人提过这个issue,复现倒也不难。我的环境是vite+vue2+element-ui

我也是有这个问题,element-ui版本是2.15.14

@laomu1988
Copy link

可以尝试使用类似cdn的产出资源,不经过编译处理

@leon-kfd
Copy link

link: vitejs/vite#12957

resolve: {
    alias: {
      'vue': 'vue/dist/vue.esm.js' 
    }
}

需指定vue解析为esm版本

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants