methods: { getUEContent() { let content = this.$refs.ue.getUEContent();//在这里调用了子组件ueditor组件的getContent()方法 this.$notify({ title: '获取成功,可在控制台查看!', message: content, type: 'success' }); console.log(content) } }
laravel+vue组合的项目中引入ueditor方式(打包成组件(2)
内容版权声明:除非注明,否则皆为本站原创文章。
转载注明出处:http://www.heiqu.com/635bcac8ac16bedbf08c2b82e0cb6d08.html