DataV-Vue3
DataV-Vue3 copied to clipboard
Failed to resolve entry for package "@dataview/datav-vue3". The package may have incorrect main/module/exports specified in its package.json.
添加完依赖后运行不起来; 解决方法:在"@dataview/datav-vue3"的package.json文件加入"type": "module";
问题依旧
问题依旧
同样遇到这个问题
问题依然
也是这个问题,离谱了
import * as DataV from '@dataview/datav-vue3/es';
解决了吗,我也遇到这样问题,求解
aiaiaiai
import * as DataV from '@dataview/datav-vue3/es'; 还是报错 '/node_modules/.vite/deps/@dataview_datav-vue3_es.js?v=c9c3d6c3' does not provide an export named 'default'
import { BorderBox8 } from "@dataview/datav-vue3/es/components/border-box-8";
服了啊,这个老6 ,怎么都搞出这样的bug
import { BorderBox8 } from "@dataview/datav-vue3/es/components/border-box-8";
这样子引入BorderBox8
后,从此页面跳转其他页面时,报错TypeError: n is null
,去掉该组件后可正常跳转页面。
看了报错信息应该是unmount组件的时候挂了。作者真就不修呗
服了啊,这个老6 ,怎么都搞出这样的bug
不准备修这个bug了吗??