You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
使用 CDN 引入资源,按照文档引入注册组件,注册失败,警告:A plugin must either be a function or an object with an "install" function.
Edge插件开发,无法使用脚手架,只能静态引入插件项目中的文件资源。
文档中使用Vue.use(window.contextmenu); 其中获取到的window.contextmenu为undefined。