|
@@ -1,11 +1,11 @@
|
|
|
-/* eslint-disable */
|
|
|
-// @ts-nocheck
|
|
|
-// Generated by unplugin-vue-components
|
|
|
+// generated by unplugin-vue-components
|
|
|
+// We suggest you to commit this file into source control
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
+import '@vue/runtime-core'
|
|
|
+
|
|
|
export {}
|
|
|
|
|
|
-/* prettier-ignore */
|
|
|
-declare module 'vue' {
|
|
|
+declare module '@vue/runtime-core' {
|
|
|
export interface GlobalComponents {
|
|
|
PollUp: typeof import('./src/components/PollUp.vue')['default']
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|