fix: cosmetic tags
This commit is contained in:
parent
79c31af95e
commit
1534a69f80
1 changed files with 5 additions and 7 deletions
|
@ -9,18 +9,16 @@
|
|||
>
|
||||
<template v-slot:top>
|
||||
<v-toolbar flat color="white">
|
||||
<v-toolbar-title v-if="!$vuetify.breakpoint.mobile">
|
||||
<!-- <v-toolbar-title v-if="!$vuetify.breakpoint.mobile">
|
||||
Gestion des catégories
|
||||
</v-toolbar-title>
|
||||
</v-toolbar-title> -->
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn
|
||||
outlined
|
||||
color="primary"
|
||||
dark
|
||||
outlined small icon dark
|
||||
color="primary" class="mb-2 mr-4"
|
||||
@click="fetchData()"
|
||||
class="mb-2 mr-2"
|
||||
>
|
||||
<v-icon>refresh</v-icon>
|
||||
<v-icon small>refresh</v-icon>
|
||||
</v-btn>
|
||||
<v-dialog v-model="dialog" max-width="500px">
|
||||
<template v-slot:activator="{ on, attrs }">
|
||||
|
|
Loading…
Reference in a new issue