Skip to content

Commit 13a6c69

Browse files
committed
更新
1 parent b1941d2 commit 13a6c69

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

README.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ quasar build
3333
```
3434
### 开发代码片段说明
3535
```shell
36-
看了官方文档 推荐使用yarn
36+
看了官方文档 推荐使用yarn
3737
so do it
3838
ready ~~
3939

@@ -160,8 +160,8 @@ export default ({ app, router, store, Vue }) => {
160160
<q-btn v-permission="['function_edit']" small round push glossy dense icon="edit" color="primary" @click="editFunction(props.value)"></q-btn>
161161
<q-btn v-permission="['function_del']" small round push glossy dense icon="delete" color="red" @click="delFunction(props.value)"></q-btn>
162162
```
163-
```shell
164-
LeftMenuBar.vue # 模拟菜单权限控制
163+
```shell
164+
LeftMenuBar.vue # 模拟菜单权限控制
165165
```
166166

167167
![菜单](./shop-admin/src/statics/img/menu.png)
@@ -191,8 +191,8 @@ LeftMenuBar.vue # 模拟菜单权限控制
191191
│ │ └─LeftMenuBar // 左侧菜单
192192
│ │ └─LeftSubMenuBar // 递归子菜单
193193
│ ├─css
194-
│ ├─data
195-
│ │ └─menu // 模拟菜单数据
194+
│ ├─data
195+
│ │ └─menu // 模拟菜单数据
196196
│ ├─layouts // 布局
197197
│ │ └─Admin // 管理员
198198
│ │ └─Seller // 商家
@@ -212,7 +212,7 @@ LeftMenuBar.vue # 模拟菜单权限控制
212212
│ │ └─component
213213
│ ├─plugins
214214
│ ├─router
215-
│ │ └─index //
215+
│ │ └─index //
216216
│ │ └─routes // 路由菜单配置
217217
│ ├─store
218218
│ │ └─modules
@@ -254,13 +254,3 @@ yarn global add @quasar/cli
254254

255255

256256
```
257-
258-
```js
259-
token
260-
https://www.yht7.com/news/115473
261-
262-
menu
263-
https://quasar.dev/vue-components/expansion-item#QExpansionItem-API
264-
http://www.quasarchs.com/vue-components/menu/
265-
https://blog.csdn.net/qq_41912398/article/details/108601413
266-
```

0 commit comments

Comments
 (0)