taylorchen709 / vue-admin

admin template based on vuejs2 and element.
https://taylorchen709.github.io/vue-admin/
MIT License
6.62k stars 2.69k forks source link

ReferenceError: h is not defined #125

Closed fred-hu closed 5 years ago

fred-hu commented 5 years ago

我使用this.$message({ message: h('p', null, [ h('span', null, '内容可以是 '), h('i', { style: 'color: teal' }, 'VNode') ]) }); 时 报vue.esm.js?65d7:628 [Vue warn]: Error in v-on handler: "ReferenceError: h is not defined"