- 博客(2)
- 收藏
- 关注
原创 创建项目提交到gitee上
创建项目提交到gitee上 添加地址 git remote add origin https:@gitee.com:******.git 改换成ssh的地址 先删除已有的http地址 git remote rm origin git remote add origin git@gitee.com:******.git 推送项目 git add . git commit -m "" git push -u origin master // 新建master 分支 -u 并推送到gitee git p
2021-09-15 14:17:58
91
原创 [BScroll warn]: Can not resolve the wrapper DOM. Vue better-scroll
[BScroll warn]: Can not resolve the wrapper DOM. Vue better-scroll 错误代码 修改代码 created 是指组件创建完后调用 mounted 指组件挂载完成 要在mounted中获得wrapper 相关知识点:BScroll vue 的生命周期函数 :大佬总结详解vue的生命周期函数 ...
2021-07-30 09:04:31
313
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅