vue-ueditor
vue-ueditor copied to clipboard
vue 2.6.11 报错
文件:/src/components/UEditor.vue
<template>
<script :id="randomId" name="content" type="text/plain"></script>
</template>
使用document.getElementById(this.randomId)获取为null。
经测试发现,需要script外面套一层div。
目前暂时退回2.6.10版本