Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
quasar-web-base
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyễn Hải Sơn
quasar-web-base
Commits
2a7bccb4
Commit
2a7bccb4
authored
Dec 29, 2022
by
Nguyễn Đức Thắng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
3d92e2d9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
MainLayout.vue
src/layouts/MainLayout.vue
+2
-1
No files found.
src/layouts/MainLayout.vue
View file @
2a7bccb4
...
@@ -79,7 +79,6 @@
...
@@ -79,7 +79,6 @@
import
{
useRoute
}
from
'vue-router'
;
import
{
useRoute
}
from
'vue-router'
;
import
{
Pages
}
from
'../router/routes'
;
import
{
Pages
}
from
'../router/routes'
;
import
MenuListComponent
from
'components/menu-list/index.vue'
;
import
MenuListComponent
from
'components/menu-list/index.vue'
;
import
{
defineComponent
,
ref
,
computed
,
onMounted
}
from
'vue'
;
import
{
defineComponent
,
ref
,
computed
,
onMounted
}
from
'vue'
;
import
{
useStore
}
from
'../store'
;
import
{
useStore
}
from
'../store'
;
...
@@ -102,6 +101,7 @@ export default defineComponent({
...
@@ -102,6 +101,7 @@ export default defineComponent({
const
$store
=
useStore
();
const
$store
=
useStore
();
onMounted
(
async
()
=>
{
onMounted
(
async
()
=>
{
await
$store
.
dispatch
(
'authentication/getListPages'
);
await
$store
.
dispatch
(
'authentication/getListPages'
);
});
});
...
@@ -109,6 +109,7 @@ export default defineComponent({
...
@@ -109,6 +109,7 @@ export default defineComponent({
leftDrawerOpen
,
leftDrawerOpen
,
showHeader
,
showHeader
,
toggleLeftDrawer
()
{
toggleLeftDrawer
()
{
leftDrawerOpen
.
value
=
!
leftDrawerOpen
.
value
;
leftDrawerOpen
.
value
=
!
leftDrawerOpen
.
value
;
},
},
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment