🔧 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
# Utilize in conjunction with espanso, call ;vue
cat <<EOM
<script setup>
</script>
<script setup></script>
<template>
<div>
</div>
<div></div>
</template>
<style scoped>
</style>
<style scoped></style>
EOM