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

vue3 无法引入 #24

Open
zhumj opened this issue Jan 12, 2023 · 7 comments
Open

vue3 无法引入 #24

zhumj opened this issue Jan 12, 2023 · 7 comments

Comments

@zhumj
Copy link

zhumj commented Jan 12, 2023

类型“DirectiveOptions”的参数不能赋给类型“Plugin_2”的参数。

@happyhaihaihaihaihaihaihaihai
Copy link

happyhaihaihaihaihaihaihaihai commented Sep 17, 2023

遇到同样的问题 @zhumj
image

@yujinpan
Copy link
Owner

感谢反馈,3.0.3 中已修复。

@Evecang
Copy link

Evecang commented Sep 18, 2023

感谢反馈,3.0.3 中已修复。

在组件文件中引用,这似乎没有作用(Vue3 + ts):
import * as vElTableInfiniteScroll from 'el-table-infinite-scroll';

@yujinpan
Copy link
Owner

import * as vElTableInfiniteScroll from 'el-table-infinite-scroll';

import { default as vElTableInfiniteScroll } from "el-table-infinite-scroll";

@Evecang
Copy link

Evecang commented Sep 18, 2023

import * as vElTableInfiniteScroll from 'el-table-infinite-scroll';

import { default as vElTableInfiniteScroll } from "el-table-infinite-scroll";

thank you 找到问题原因了,我的工程自定义了element样式前缀(el-xxx-scrollbar__wrap),导致该插件找不到el-scrollbar__wrap滚动容器

@Tnze
Copy link

Tnze commented Aug 10, 2024

image
image

@Tnze
Copy link

Tnze commented Aug 10, 2024

Upgrade from 3 to 3.0.6 fix the problem.

Maybe we should change the tutorial in README.

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

5 participants