Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-11-29 12:46:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3d6b4d0078f1b535d2185aab2ad17f7e7ef7e68b
3d6b4d00
1 parent
81a14386
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/index.vue
src/views/index.vue
View file @
3d6b4d0
...
...
@@ -113,7 +113,7 @@ onMounted(async () => {
* @param description 描述内容
* @param invisible 页眉展示
*/
if (page_header
&& page_header.invisible
) {
if (page_header) {
PHeader.value = {
label: page_header.label,
description: page_header.description,
...
...
Please
register
or
login
to post a comment