Files
biiproject-kit-v1/stubs/nwidart-stubs/inertia/component-vue.stub
T

12 lines
158 B
Plaintext

<script setup>
defineProps({
// Add your props here
})
</script>
<template>
<div>
<!-- $COMPONENT_NAME$ component -->
</div>
</template>