在控制台中将 laravel elixir 升级到 6.0 版本后,出现如下错误:
[Vue warn]: Attributes ":model.sync", "key", "name" are ignored on component <wysiwyg> because the component is a fragment instance:
.
我已经阅读了这个vue 文档。
虽然我使用了 laravel-elixir 5.0,但一切都很好。
另外,我在 webpack 上更改了 browserify。组件的模板包括使用:
template: require('./template.html')
我该如何解决这个错误?