-
Notifications
You must be signed in to change notification settings - Fork 983
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
用vue-cli使用有问题呀 #4
Labels
bug
Something isn't working
Comments
稍等,我看一下 |
处理了,你更新一下1.1.6版本,看下好了没 |
xaboy
added
good first issue
Good for newcomers
bug
Something isn't working
and removed
good first issue
Good for newcomers
labels
May 17, 2018
刚刚测试一遍,还是存在问题,不是require的引入的问题了,而是在实例化使用的时候会报一些组件没有安装,详细的错误报告我已经发您邮箱了,麻烦查收一下 |
我这个基于的是iview,不是elementui |
|
把表单规则发一下,我看看 |
我发您邮箱了 |
这个小问题,已处理,会在1.1.7版本中修复 |
感谢了,希望可以把1.1.7早点发布到npm 再次感谢 |
npm 1.1.7版本发布了,你更新一下看看 |
感谢作者的耐心解答,已经可以了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我在项目下
npm install --save form-create
然后在main.js中
引入并使用
import formCreate from 'form-create'
Vue.use(formCreate)
居然报
This dependency was not found:
To install it, you can run: npm install --save form-create
请问这是什么原因呢
The text was updated successfully, but these errors were encountered: