mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
declare module '*.vue' {
|
|
import Vue from 'vue'
|
|
export default Vue
|
|
}
|