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>
|
<template v-slot:top>
|
||||||
<v-toolbar flat color="white">
|
<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
|
Gestion des catégories
|
||||||
</v-toolbar-title>
|
</v-toolbar-title> -->
|
||||||
<v-spacer></v-spacer>
|
<v-spacer></v-spacer>
|
||||||
<v-btn
|
<v-btn
|
||||||
outlined
|
outlined small icon dark
|
||||||
color="primary"
|
color="primary" class="mb-2 mr-4"
|
||||||
dark
|
|
||||||
@click="fetchData()"
|
@click="fetchData()"
|
||||||
class="mb-2 mr-2"
|
|
||||||
>
|
>
|
||||||
<v-icon>refresh</v-icon>
|
<v-icon small>refresh</v-icon>
|
||||||
</v-btn>
|
</v-btn>
|
||||||
<v-dialog v-model="dialog" max-width="500px">
|
<v-dialog v-model="dialog" max-width="500px">
|
||||||
<template v-slot:activator="{ on, attrs }">
|
<template v-slot:activator="{ on, attrs }">
|
||||||
|
|
Loading…
Reference in a new issue