234234234

vue3 webstorm 快捷新建组建模板

 

 

 

 

 

 

<template>
    <h1>${COMPONENT_NAME}</h1>
</template>

<script lang="ts" setup>
import {reactive} from 'vue';
import {useRouter} from "vue-router";
import {useStore} from "vuex";
import { log } from '@/utils/log'

const {dispatch: $dispatch, commit: $commit, getters: $getters, state: $state} = useStore();
const router = useRouter();
const state = reactive({

});
</script>

<style lang="scss" scoped>

</style>

 

posted @ 2022-12-05 22:26  你若愿意,我一定去  阅读(639)  评论(0编辑  收藏  举报
23423423423