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
控件有问题,点击下可知。
The text was updated successfully, but these errors were encountered:
第一步,修改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
npm audit fix
npm audit
Sorry, something went wrong.
将vue版本号从2.3.3换成2.5.2是可以解决的,但是同时注意更换vue-template-compiler版本号,也要换到2.5.2,直接在package.json中修改版本号,然后npm install就行了
No branches or pull requests
控件有问题,点击下可知。
The text was updated successfully, but these errors were encountered: