return createElement( 'h' + this.level, [ createElement('a', { attrs: { name: headingId, href: '#' + headingId }, style: { color: 'red', }, 'class': { foo: true, }, domProps: { innerHTML: 'baz' }, props: { myProp: 'bar' }, on: { click: function(event) { event.preventDefault(); console.log(111); } } }, this.$slots.default) ]