🔧 Reconfigured default vue layout

This commit is contained in:
z3rOR0ne 2023-12-06 01:43:36 -08:00
parent 743eed432c
commit 56fef49a47

View file

@ -1,14 +1,11 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Utilize in conjunction with espanso, call ;vue # Utilize in conjunction with espanso, call ;vue
cat <<EOM cat <<EOM
<script setup> <script setup></script>
</script>
<template> <template>
<div> <div></div>
</div>
</template> </template>
<style scoped> <style scoped></style>
</style>
EOM EOM