5 lines
55 B
Vue
5 lines
55 B
Vue
<script setup>
|
|
const props = defineProps();
|
|
|
|
const { }
|
<script setup>
|
|
const props = defineProps();
|
|
|
|
const { }
|