virtual sample : create dynamic vue component
This commit is contained in:
parent
2c574069f5
commit
e0d84b1e8d
3 changed files with 122 additions and 109 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<script setup>
|
||||
import PdfViewer from "./brief/PdfViewer.vue";
|
||||
import { useDialogStore } from "../../stores/dialog";
|
||||
import VirtualSample from "./VirtualSample.vue";
|
||||
import VirtualSample from "./virtual-sample/VirtualSample.vue";
|
||||
|
||||
const dialog = useDialogStore();
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue