Skip to content
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

运行后,form表单控件有问题 #62

Open
hexiekuaile opened this issue Sep 29, 2018 · 2 comments
Open

运行后,form表单控件有问题 #62

hexiekuaile opened this issue Sep 29, 2018 · 2 comments

Comments

@hexiekuaile
Copy link

tim 20180929173017

控件有问题,点击下可知。

@hexiekuaile
Copy link
Author

第一步,修改src/views/Tinymce.vue 文件修改这行代码 import { VueTinymce , TinymceSetting } from 'tinymce';
第二步,npm install,出现如下如下错误,但是npm run dev,可以访问网页,但是有如上控件问题
npm WARN [email protected] requires a peer of vue@^2.5.2 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] No repository field.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

audited 9491 packages in 15.782s
found 23 vulnerabilities (7 low, 8 moderate, 8 high)
run npm audit fix to fix them, or npm audit for details

@icrzye
Copy link

icrzye commented Jan 23, 2019

将vue版本号从2.3.3换成2.5.2是可以解决的,但是同时注意更换vue-template-compiler版本号,也要换到2.5.2,直接在package.json中修改版本号,然后npm install就行了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants