沉静咖啡豆

文章
3
资源
0
加入时间
3年2月0天

vue v-on 与 methods

普通我们使用jsdocument.querySelector('#title').onclick=function(){ alert('1234');}封装成方法的话funciton myFa(Father){alert(father);}vue 如何写呢html<!DOCTYPE html><html><head&gt...