14 lines
No EOL
173 B
Bash
Executable file
14 lines
No EOL
173 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Utilize in conjunction with espanso, call ;vue
|
|
cat <<EOM
|
|
<script setup>
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
</div>
|
|
</template>
|
|
|
|
<style scoped>
|
|
</style>
|
|
EOM |