notes/scripts/vue
2023-12-06 01:43:36 -08:00

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