-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 外部页面 (#50) #58
The head ref may contain hidden characters: "feat_\u5916\u90E8\u9875\u9762"
feat: 外部页面 (#50) #58
Conversation
在描述中关联一下对应的 issue,格式: |
fix done |
这个看看动态菜单合不合并,如果动态菜单没问题需要合并的话,你这里的 route 和菜单需要改一下🥺 |
对,这个先不要合并,如果动态菜单那个 合并完了,这个需要重新在更改一下 |
src/views/page/inline/index.vue
Outdated
height: 100%; | ||
} | ||
} | ||
</style> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
使用 unocss
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
改好提交啦
src/router/routes/modules/page.ts
Outdated
path: 'inline', | ||
name: 'inline', | ||
component: () => import('~/views/page/inline/index.vue'), | ||
props: true | ||
} | ||
] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可以新增一个 views/docs
目录来做文档页面,page
一开始的目的是存放错误页面,后续可能会改动。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
改好提交啦
✅ Deploy Preview for vue-hbs-admin ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
@alexzhang1030 需要你来 review 一下,看看导航需要怎么修改~ |
待会看一下 |
@wang01h2 你这样不行,不是你的 pr 的代码直接粗暴同步对于 review 很不利,不如你就重开一个 pr? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 已经使用了
unplugin-auto-imports
,不需要手动导入api
; external
参数应该是不要的,用isUrl
统一处理就好了;routes/modules/docs.ts
导入 icon 不需要折行;- 冲突需要解决一下。
Description
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).Views
add inline page
Route
add inline route
close #50