# 2班的vue笔记 **Repository Path**: linghuanye/vue-notes-of-class-2 ## Basic Information - **Project Name**: 2班的vue笔记 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 50 - **Created**: 2022-04-11 - **Last Updated**: 2022-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 2班的vue笔记 ## checkbox的全选 ```html
全选 苹果 香蕉 checkbox的全选
``` ## 设置npm镜像命令 ``` npm config set registry https://registry.npm.taobao.org ``` ## yarn不能使用问题 ``` set-ExecutionPolicy RemoteSigned ``` ## vue路由 简书: + https://www.jianshu.com/p/4404f60e3d0e 博客园: + https://www.cnblogs.com/liulangbxc/p/15292613.html vue-router官方文档 + https://v3.router.vuejs.org/zh/guide/#html