vue-template-compiler must be installed as a peer dependency, or a compatible compiler implementatio

2021-08-26 09:17:40

升级webpack3 ->4 导致的报错

Module Error (from ./node_modules/vue-loader/lib/index.js):

[vue-loader] vue-template-compiler must be installed as a peer dependency, or a compatible compiler implementation must be passed via options.



后来发现是vue和vue-template-compiler版本不一致导致的,重新下一个同版本包就可以了


"vue": "^2.6.10",

"vue-template-compiler": "^2.6.10",


  • 2018-01-01 10:50:49

    仿QQ长按弹出功能菜单

    android app普遍常用的弹出上下文菜单是列表式的。QQ列表,在上方弹出冒泡效果菜单,如图