摘要:
1、px 像素,我们在网页布局中一般都是用px。 2、百分比 百分比一般宽泛的讲是相对于父元素,自适应网页布局越来越多,百分比也经常用到了。 3、Viewport viewport:可视窗口,也就是浏览器。 vw Viewport宽度, 1vw 等于viewport宽度的1% vh Viewport 阅读全文
摘要:
Module build failed: TypeError: this.getResolve is not a function at Object.loader 解决方法和原因如下 当我在vue页面使用scss 使用到scss时候就会报错 运行scss的依赖都安装好了 原因其实很简单sass-l 阅读全文
摘要:
header.vue <template> <div>我是公共组件头部</div> </template> footer.vue <template> <div>我是公共组件底部</div> </template> index.vue <template> <div> <v-header></v-h 阅读全文