许多小伙伴可能会碰到该错误,如果你已经引入了Vue的包,和ElementUI的包,即
<script src="https://unpkg.com/vue/dist/vue.js"></script> <script src="https://unpkg.com/element-ui/lib/index.js"></script>
可以直接这样使用
Vue.prototype.$message({ message: '无法搜索到相关书籍,请更换关键词并重新查询', type: 'error' });
成功图片
编辑