เพิ่มเมนูไปหน้า Landing Page
This commit is contained in:
parent
bd033e6131
commit
28426a38a9
1 changed files with 16 additions and 4 deletions
|
|
@ -499,7 +499,7 @@ const landingPageUrl = () => {
|
|||
</q-item-section>
|
||||
</q-item>
|
||||
</template>
|
||||
<q-list>
|
||||
<q-list >
|
||||
<q-item clickable v-close-popup :href="landingPageUrl">
|
||||
<q-item-section avatar style="min-width: 30px">
|
||||
<q-avatar
|
||||
|
|
@ -557,7 +557,19 @@ const landingPageUrl = () => {
|
|||
/>
|
||||
</q-avatar>
|
||||
<q-menu>
|
||||
<q-list>
|
||||
<q-list dense>
|
||||
<q-item clickable v-close-popup :href="landingPageUrl">
|
||||
<q-item-section avatar style="min-width: 30px">
|
||||
<q-avatar
|
||||
color="blue"
|
||||
text-color="white"
|
||||
icon="home"
|
||||
size="18px"
|
||||
|
||||
/>
|
||||
</q-item-section>
|
||||
<q-item-section> Landing Page </q-item-section>
|
||||
</q-item>
|
||||
<q-item clickable v-close-popup @click="onInfo">
|
||||
<q-item-section avatar style="min-width: 30px">
|
||||
<q-icon
|
||||
|
|
@ -571,7 +583,7 @@ const landingPageUrl = () => {
|
|||
>
|
||||
</q-item>
|
||||
|
||||
<q-item clickable v-close-popup>
|
||||
<!-- <q-item clickable v-close-popup>
|
||||
<q-item-section avatar style="min-width: 30px">
|
||||
<q-icon
|
||||
color="orange-9"
|
||||
|
|
@ -584,7 +596,7 @@ const landingPageUrl = () => {
|
|||
>เปลี่ยนรหัสผ่าน</q-item-label
|
||||
></q-item-section
|
||||
>
|
||||
</q-item>
|
||||
</q-item> -->
|
||||
|
||||
<q-item clickable v-close-popup @click="doLogout">
|
||||
<q-item-section avatar style="min-width: 30px">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue