mirror of
https://github.com/1Panel-dev/CordysCRM.git
synced 2026-05-20 00:08:14 +08:00
18 lines
581 B
TypeScript
18 lines
581 B
TypeScript
/* 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 {
|
|
CrmColorSelect: typeof import('./src/components/pure/crm-color-select/index.vue')['default'];
|
|
CrmIconFont: typeof import('./src/components/pure/crm-icon-font/index.vue')['default'];
|
|
RouterLink: typeof import('vue-router')['RouterLink'];
|
|
RouterView: typeof import('vue-router')['RouterView'];
|
|
}
|
|
}
|