vue——34- ref 獲取DOM元素和組件

html <div id="app"> <login ref="mylogin"></login> <input type="button" value="獲取元素" @click="getElement" ref="mybtn"> <h3 id="myh3" ref="myh3">hello world!</h3> </div> js let login = {
相關文章
相關標籤/搜索