mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-22 19:04:45 +02:00
5 lines
78 B
TypeScript
5 lines
78 B
TypeScript
declare module '*.vue' {
|
|
import Vue from 'vue';
|
|
export default Vue;
|
|
}
|