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