render 标签写法

export default {
    name: 'Test',
    data(){
        return {
            inputValue: 'Test'
        }
    },
    methods: {
        testAdd() {
            console.log(6666)
        }
    },
    render() {
        const self = this
        const config = {span: 12}
        return  (
             {
                  activeItem(currentItem);
                  event.stopPropagation();
                }}
            >
              
                 {
                            config.showCapitalizedValue = false;
                          } 
                        }}
                  }
                >
                  
                  
                
              
              {components.itemBtns.apply(this, arguments)}
            
        );
    }
}

你可能感兴趣的:(render 标签写法)