Updated Some Libraries

This commit is contained in:
paoloar77
2022-02-21 13:40:52 +01:00
parent bec191ccd8
commit 6c3973b5ad
4 changed files with 2351 additions and 2894 deletions

2
src/shims-vue.d.ts vendored
View File

@@ -1,7 +1,7 @@
// Mocks all files ending in `.vue` showing them as plain Vue instances/* eslint-disable */
/* eslint-disable */
declare module '*.vue' {
import { defineComponent } from 'vue';
import type { defineComponent } from 'vue';
const Component: ReturnType<typeof defineComponent>;
export default Component;