基于vue2、选的单页面模版
1、vue2怎么引入components
2、选择图片路径后转base64
3、一行按钮两端对齐
父元素:display:flex; justify-content:space-between
4、父组件向子组件传值
5、记录一个报错
https://blog.csdn.net/weixin_46167190/article/details/122800416
6、新建一个页面,在page目录下新建一个xx页面目录,一定要有xx.json
并且在app.json里的page字段要加上/page/xx/xx
7、引用本地图片资源
安装image组件
图片目录是res
参考http://wbox.client.weibo.cn/docs/image/
8、 报错
TypeError: Cannot set property ‘xxxx‘ of undefined 的解决办法
https://blog.csdn.net/stefanie_sun723/article/details/125439677
9、vue2点击切换样式
https://blog.csdn.net/weixin_45587783/article/details/128101258
10、v-for的节点click 选择当前切换样式
https://blog.csdn.net/qq_70703397/article/details/131569828
11、多个有顺序要求的异步操作处理(https://www.cnblogs.com/wangyb56/p/17568485.html)
https://www.cnblogs.com/wangyb56/p/17568485.html
https://blog.csdn.net/weixin_44786530/article/details/131536958
12、promise里的resolve干嘛的
13、promise修改不了vue data全局的值,所以怎么放出来
resolve放出来
14、css省略号动效
https://blog.csdn.net/qq_52140056/article/details/133639307
15、ps导出gif 帧叠加是过渡帧问题
https://zhidao.baidu.com/question/1817765846407958548.html
16、微博小程序的components目录下必须命名index
17、销毁当前组件
https://www.shouxicto.com/article/133734.html
18、人脸框选css样式
https://blog.csdn.net/sunboylife/article/details/131709863
19、vue动态给div添加style
https://blog.csdn.net/2201_75705263/article/details/133706543
20、vue动态改class
https://www.jb51.net/article/270702.htm
21、子元素的点击事件触发父元素点击事件
冒泡?