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.Kbone-UI使用问题:全局引入之后,有的组件可以显示有的不可以显示,比如KCells(重新打开也不显示) main.js import KboneUI from 'kbone-ui' import 'kbone-ui/lib/weui/weui.css' Vue.use(KboneUI)
已解决,发现安装的kbone-ui并没有KCells,只有11个组件
2.小程序自定义组件: 在miniprogram.config.js => generate 下开启小程序自定义组件,在打开小程序的时候提示找不到
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
工具函数中引入其他文件,utils文件夹下 > index.js > 某个文件;运行到小程序不能找到
是找不到这个文件, 还是调用不到里面的函数呀 @chuanguoyuxi
No branches or pull requests
1.Kbone-UI使用问题:全局引入之后,有的组件可以显示有的不可以显示,比如KCells(重新打开也不显示)
main.js
import KboneUI from 'kbone-ui'
import 'kbone-ui/lib/weui/weui.css'
Vue.use(KboneUI)
已解决,发现安装的kbone-ui并没有KCells,只有11个组件
2.小程序自定义组件:
在miniprogram.config.js => generate 下开启小程序自定义组件,在打开小程序的时候提示找不到
The text was updated successfully, but these errors were encountered: