12 2019 档案

摘要:报错如下: 报错原因: postcss viewport units 插件自动给每个元素添加了content 解决办法: 配置.postcssrc.js的postcss viewport units: 阅读全文
posted @ 2019-12-25 16:34 Function-Fun 阅读(771) 评论(0) 推荐(0)
摘要:报错内容如下: ValidationError: Invalid options object. Sass Loader has been initialised using an options object that does not match the API schema. 原因是vue c 阅读全文
posted @ 2019-12-25 16:21 Function-Fun 阅读(1577) 评论(0) 推荐(0)
摘要:首先我们需要了解什么是类,class。 什么是面向对象编程? 即Object Oriented Programming,OOP。主要思想是把构成问题的各个事务分解成各个对象,建立对象的目的不是为了完成一个步骤,而是为了描叙一个事物在整个解决问题的步骤中的行为。面向对象程序设计中的概念主要包括:对象、 阅读全文
posted @ 2019-12-24 15:20 Function-Fun 阅读(2668) 评论(0) 推荐(0)