摘要: # brew 安装,如果安装速度慢或者被墙,可自行网上找镜像链接安装 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" #常用命令 brew -v # 查 阅读全文
posted @ 2023-05-05 16:48 窦戈 阅读(177) 评论(0) 推荐(0) 编辑
摘要: ### 配置路由 ```js export default new Router({ routes: [ { path: '/hello', name: 'HelloWorld', component: HelloWorld, meta: { keepAlive: true // 需要缓存 } }, 阅读全文
posted @ 2023-02-28 10:54 窦戈 阅读(436) 评论(0) 推荐(0) 编辑
摘要: ![截屏2023-01-05 20.21.39.png](https://p3-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/3bff62fa57764eaea354682c64a536bd~tplv-k3u1fbpfcp-watermark.image?) ### 阅读全文
posted @ 2023-02-11 12:41 窦戈 阅读(1538) 评论(0) 推荐(0) 编辑