花费 6 ms
vue中 el [$el] 的理解

一个组件里访问基本元素可以用 this.$refs.xxx ,如果要访问子组件要用 this.$refs.xxx.$el this.$refs.ba.style = "color: ...

Tue Feb 11 18:39:00 CST 2020 0 2801
vue.config.js 配置路径别名

path模块是node.js中处理路径的核心模块。可以很方便的处理关于文件路径的问题。 const path = require('path') // 拼接路径 function resolv ...

Wed Apr 01 20:39:00 CST 2020 0 2004

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM