We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.17.1
1
用的vue版本,启动报错,1.16的版本还是正常的。
"devDependencies": { "vue": "^3.5.13", "vite": "^6.2.0", "@visactor/vue-vtable": "^1.17.1" }
创建的demo导入也报错https://codesandbox.io/p/devbox/kfkf57
<ListTable ref="fileTableRef" width="100%" :height="treeHeight" :options="fileTableOpt()" :records="fileFilterList" @onClickCell="clickCell" @onDblClickCell="dbclickCell" @onSelectedCell="selectCell" @onKeyDown="keyDown" @onContextMenuCell="openMenu"> <ListColumn field="checkbox" title='' headerType='checkbox' cellType='checkbox' :width="45"/> <ListColumn field="title" title="Title" width="250"/> </ListTable>
import {Group, Image, ListColumn, ListTable, Text, VTable} from "@visactor/vue-vtable";
导入报错
正常工作
- OS: - Browser: - Framework:
No response
The text was updated successfully, but these errors were encountered:
请先用1.17.0吧 这个问题我们在修复中
Sorry, something went wrong.
No branches or pull requests
Version
1.17.1
Link to Minimal Reproduction
1
Steps to Reproduce
用的vue版本,启动报错,1.16的版本还是正常的。
"devDependencies": {
"vue": "^3.5.13",
"vite": "^6.2.0",
"@visactor/vue-vtable": "^1.17.1"
}
创建的demo导入也报错https://codesandbox.io/p/devbox/kfkf57
import {Group, Image, ListColumn, ListTable, Text, VTable} from "@visactor/vue-vtable";
Current Behavior
导入报错
Expected Behavior
正常工作
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: