11 lines
No EOL
170 B
Bash
Executable file
11 lines
No EOL
170 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 |