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

update show object

parent 9324aa93
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
      </v-card>
    </v-dialog>

    <model-stl :v-show="show_stl" class="model" :backgroundColor="stl_background" :src="this.stl_path()"></model-stl>
    <model-stl :v-show="this.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-card-title>{{ title }}</v-card-title>