#!/usr/bin/env bash
# Utilize in conjunction with espanso, call ;vue
cat <<EOM
<script setup lang="ts"></script>

<template>
    <div></div>
</template>

<style scoped></style>
EOM