1
0
forked from ruoyi/RuoYi-Vue

菜单管理支持配置路由参数

This commit is contained in:
RuoYi
2021-09-08 09:28:23 +08:00
parent 4988b585f8
commit a5e38f6f99
10 changed files with 169 additions and 119 deletions

View File

@@ -10,7 +10,7 @@ import { isExternal } from '@/utils/validate'
export default {
props: {
to: {
type: String,
type: [String, Object],
required: true
}
},