河畔的风

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
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)
          ]
posted on 2020-05-25 16:08  河畔的风  阅读(559)  评论(0编辑  收藏  举报