Procházet zdrojové kódy

admin-2025-02-16 02:52:36

genlitex před 4 měsíci
rodič
revize
56c862dc5b
1 změnil soubory, kde provedl 13 přidání a 0 odebrání
  1. 13 0
      components.d.ts

+ 13 - 0
components.d.ts

@@ -0,0 +1,13 @@
+/* eslint-disable */
+// @ts-nocheck
+// Generated by unplugin-vue-components
+// Read more: https://github.com/vuejs/core/pull/3399
+export {}
+
+/* prettier-ignore */
+declare module 'vue' {
+  export interface GlobalComponents {
+    RouterLink: typeof import('vue-router')['RouterLink']
+    RouterView: typeof import('vue-router')['RouterView']
+  }
+}