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
Module not found: Error: Can't resolve '@dataview/datav-vue3'
The text was updated successfully, but these errors were encountered:
我fork了一个新的包,只是修复了这个错误。大家可以用这个:
yarn add @newpanjing/datav-vue3
然后使用方法还是一模一样,但是包的位置不一样了:
<script setup lang="ts"> import { BorderBox1 } from '@newpanjing/datav-vue3'; </script> <template> <BorderBox1 style="width:200px;height:50px;" /> </template> <style scoped> </style>
要从这里导入:import { BorderBox1 } from '@newpanjing/datav-vue3';
import { BorderBox1 } from '@newpanjing/datav-vue3';
源码的github地址:
https://github.com/newpanjing/DataV-Vue3
Sorry, something went wrong.
@newpanjing 你是牛的
Successfully merging a pull request may close this issue.
Module not found: Error: Can't resolve '@dataview/datav-vue3'
The text was updated successfully, but these errors were encountered: