UNPKG

vue-web-component-wrapper

Version:

A Vue 3 plugin that provides a web component wrapper with styles, seamlessly integrating with Vuex, Vue Router, Vue I18n, and supporting Tailwind CSS and Sass styles.

21 lines (18 loc) 754 B
/* eslint-disable */ /* prettier-ignore */ // @ts-nocheck // Generated by unplugin-vue-components // Read more: https://github.com/vuejs/core/pull/3399 import '@vue/runtime-core' export {} declare module '@vue/runtime-core' { export interface GlobalComponents { HomePage: typeof import('./src/routes/home-page.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] Test1Page: typeof import('./src/routes/test1-page.vue')['default'] Test2Page: typeof import('./src/routes/test2-page.vue')['default'] Test3Page: typeof import('./src/routes/test3-page.vue')['default'] TestComponent1: typeof import('./src/components/TestComponent1.vue')['default'] } }