File tree Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Original file line number Diff line number Diff line change
1
+ <script setup lang="ts">
2
+ import { matMenu } from ' @quasar/extras/material-icons'
3
+ </script >
4
+
1
5
<template >
2
6
<header class =" container" >
3
7
<q-toolbar class =" q-my-md" >
4
- <q-btn flat round dense icon =" menu-outline" class =" q-mr-sm" />
8
+ <q-btn flat round dense :icon =" matMenu" class =" q-mr-sm" >
9
+ <q-menu fit >
10
+ <q-list style =" min-width : 100px " >
11
+ <q-item clickable >
12
+ <q-item-section >New tab</q-item-section >
13
+ </q-item >
14
+ <q-item clickable >
15
+ <q-item-section >New incognito tab</q-item-section >
16
+ </q-item >
17
+ <q-separator />
18
+ <q-item clickable >
19
+ <q-item-section >Recent tabs</q-item-section >
20
+ </q-item >
21
+ <q-item clickable >
22
+ <q-item-section >History</q-item-section >
23
+ </q-item >
24
+ <q-item clickable >
25
+ <q-item-section >Downloads</q-item-section >
26
+ </q-item >
27
+ <q-separator />
28
+ <q-item clickable >
29
+ <q-item-section >Settings</q-item-section >
30
+ </q-item >
31
+ <q-separator />
32
+ <q-item clickable >
33
+ <q-item-section >Help & ; Feedback</q-item-section >
34
+ </q-item >
35
+ </q-list >
36
+ </q-menu >
37
+ </q-btn >
5
38
6
39
<q-space />
7
40
You can’t perform that action at this time.
0 commit comments