摘要: 1、这两种写法都可以: var vm = new Vue({ data(){ return { scaleFlag:'big', } }, //data:{}, created: function () { }, methods:{ //scale:function(){ //scale(){ }, 阅读全文
posted @ 2020-04-22 19:48 YJUI 阅读(190) 评论(0) 推荐(0)
摘要: 1、原生 js添加样式很多时可以合并在一起写: var oPopwin = document.getElementById('vpage'); oPopwin.style.margin = 'initial'; oPopwin.style.marginTop = 'initial'; oPopwin 阅读全文
posted @ 2020-04-22 17:38 YJUI 阅读(2721) 评论(0) 推荐(0)