在ant-design-vue中的customRender能否使用render函数,如果可以请问该如何使用
像这样试下:
render: function (createElement) { return createElement( 'h' + this.level, // tag name this.$slots.default // array of children ) }
https://blog.csdn.net/wyljz/article/details/106526831