feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<script setup>
|
||||
defineProps({
|
||||
// Add your props here
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<!-- $COMPONENT_NAME$ component -->
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user