在编写组件时 使用rander函数编写组件 发现事件没有被触发后来发现写的方式不对
错误的使用
// js
render(h){
return h(
'div',
{
'class': {
foo: true,
bar: false
},
style: {
// color: 'red',
fontSize: '14px',
width: '100px',
// height: '20px',
backgroundColor: '#bf0000'