Verified Commit a97d4401 authored by Grégor JOUET's avatar Grégor JOUET 🔧
Browse files

update show object

parent 23bceb25
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,9 +33,9 @@
      </v-card>
    </v-dialog>

    <model-stl :v-show="this.show_stl" class="model" :backgroundColor="stl_background" :src="this.stl_path()"></model-stl>
    <model-stl v-show="show_stl" class="model" :backgroundColor="stl_background" :src="this.stl_path()"></model-stl>
    <v-btn @click="toggle_object">Afficher/Masquer</v-btn>
    <v-btn :v-show="show_stl" block v-on:click="dialog = true">Agrandir</v-btn>
    <v-btn v-show="show_stl" block v-on:click="dialog = true">Agrandir</v-btn>
    <v-card-title>{{ title }}</v-card-title>
    <v-card-subtitle class="text-left">
      Date d'ajout: {{ creation }}