Vue project some usage:

1. The parent component you want to methods defined within the child component calls:

<DevelopList ref="developList"></DevelopList>
this.$refs.developList.searchDevelopPageList();

Wherein searchDevelopPageList () method is defined in the sub-assembly.

Extension: ref significance in the DOM and script of the $ refs

 

Guess you like

Origin www.cnblogs.com/Neilisme/p/11240857.html