🔧 Reconfigured default vue layout
This commit is contained in:
parent
743eed432c
commit
56fef49a47
1 changed files with 3 additions and 6 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue