mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-20 22:47:04 +01:00
lots of improvements
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
<script setup lang="ts">
|
||||
import {VExpansionPanel, VExpansionPanels, VExpansionPanelText, VExpansionPanelTitle} from "vuetify/lib/components";
|
||||
|
||||
const props = defineProps({
|
||||
modelViewerInfo: Object
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<v-expansion-panels>
|
||||
<v-expansion-panel key="model-id">
|
||||
<v-expansion-panel key="model-id" >
|
||||
<v-expansion-panel-title>? F ? E ? V | Model Name</v-expansion-panel-title>
|
||||
<v-expansion-panel-text>Content</v-expansion-panel-text>
|
||||
</v-expansion-panel>
|
||||
|
||||
Reference in New Issue
Block a user