仿照知乎视频,在添加gulp引入的css和js后,创建问题页面无法显示编辑器了!

仿照视频的代码进行编写,在执行gulp后,替换一下app.blade.php的引入代码后,编辑器无法显示出来了,还报了错误。之前的也是可以的,这个是怎么回事?

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.
Cannot read property 'offsetWidth' of null //uedit报错了

我把包裹的标签从script换成了div就可以使用了。不知道怎么回事

<div type="text/javascript" style="height:200px;" id="container" name="body">  
{!! old('body') !!}  
</div>  
<script type="text/javascript" style="height:200px;" id="container" name="body">  
{!! old('body') !!}  
</script>  
wenqingzzz
修改的评论也不能少于六个字哦!