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
@nutui/nutui
4.3.3
h5
https://nutui.jd.com/h5/vue/4x/#/zh-CN/guide/start
npm i @nutui/nutui npm i @nutui/nutui-bingo
// vite.config.js import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import Components from 'unplugin-vue-components/vite' import NutUIResolver from '@nutui/auto-import-resolver' // https://vitejs.dev/config/ export default defineConfig({ plugins: [ vue(), // 开启 unplugin 插件,自动引入 NutUI 组件 Components({ resolvers: [NutUIResolver()], }), ] })
npm run build
报错,将 nutui-bingo 组件的css地址识别为 nutui
npm run build 打包正常通过
将 nutui-bingo 组件的css地址识别为 nutui , 然后打包报错,编译不通过
No response
The text was updated successfully, but these errors were encountered:
1、自动按需引入方式,只支持 NutUI 4.x 版本。 2、NutUI Bingo,只支持 NutUI 3.x 版本,不可与 4.x 版本同时使用。
Sorry, something went wrong.
No branches or pull requests
NutUI 包名
@nutui/nutui
NutUI 版本号
4.3.3
平台
h5
重现链接
https://nutui.jd.com/h5/vue/4x/#/zh-CN/guide/start
重现步骤
报错,将 nutui-bingo 组件的css地址识别为 nutui
期望的结果是什么?
npm run build
打包正常通过实际的结果是什么?
将 nutui-bingo 组件的css地址识别为 nutui , 然后打包报错,编译不通过
环境信息
No response
其他补充信息
No response
The text was updated successfully, but these errors were encountered: