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

[Bug] 大佬遇到个导入报错帮忙看下 [vite] (client) Pre-transform error: Failed to resolve entry for package "@visactor/vue-vtable" #3549

Open
zundaren opened this issue Mar 10, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@zundaren
Copy link

zundaren commented Mar 10, 2025

Version

1.17.1

Link to Minimal Reproduction

1

Steps to Reproduce

用的vue版本,启动报错,1.16的版本还是正常的。

Image

"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";

Current Behavior

导入报错

Expected Behavior

正常工作

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

@zundaren zundaren added the bug Something isn't working label Mar 10, 2025
@fangsmile
Copy link
Contributor

请先用1.17.0吧 这个问题我们在修复中

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants