12 lines
158 B
Plaintext
12 lines
158 B
Plaintext
<script setup>
|
|
defineProps({
|
|
// Add your props here
|
|
})
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<!-- $COMPONENT_NAME$ component -->
|
|
</div>
|
|
</template>
|