designtopack/src/components/project/VirtualSample.vue

6 lines
104 B
Vue
Raw Normal View History

2024-10-28 18:18:32 +01:00
<template>
<div>Échantillon virtuel</div>
</template>
<script setup></script>
<style scoped></style>