Migracja na Vite

This commit is contained in:
2022-07-17 14:18:42 +02:00
parent 9e021fab6c
commit 8edaf91a7f
14 changed files with 482 additions and 25987 deletions
+2 -2
View File
@@ -206,8 +206,8 @@
</template>
<script lang="ts">
import { useStore } from '@/store/store';
import { defineComponent, watch } from 'vue';
import { defineComponent } from 'vue';
import { useStore } from '../store/store';
export default defineComponent({
emits: ['generateMessage'],