《开发知乎》ueditor那一节,引入ueditor资源后浏览器控制台报错

《开发知乎》ueditor那一节,用下面语句引入ueditor资源后:

@include('vendor.ueditor.assets')

浏览器控制台会报错:

[Vue warn]: Error compiling template:
//...
//...
Templates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as <script>, as they will not be parsed.

assets包含js,在vue的作用范围内引入了<script>标签,所以报错,这个怎么解决?

JellyBool
修改的评论也不能少于六个字哦!