The problem is that I now want to modify the specific component content in element, such as some styles, and then form my own component.
I have tried extends and mixins myself, but these only inherit the methods and some properties of the component, and cannot inherit things in the template.
有经验者求教~!
PHP中文网2017-05-19 10:48:10
You can globally override the style of element components, and the internal logic of element components cannot be changed.