dotfiles/doom/snippets/web-mode/Vue Component

13 lines
163 B
Text
Raw Permalink Normal View History

2023-03-18 23:31:15 +00:00
# -*- mode: snippet -*-
# name: Vue Component
# uuid: vue-component
# key: vue-new
# condition: t
# --
<script setup lang="ts">
</script>
<template>
</template>