文章分类 -  vue

学习vue技术
摘要:data(){return {}} 等价于 data: function(){ return{}} .then(response ⇒ ...) 等价于 .then(function(response)){} function greet({firstname,lastname}){console.l 阅读全文
posted @ 2022-06-09 17:00 一棵小萌新 阅读(19) 评论(0) 推荐(0)