mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-02-18 00:02:02 +03:00
4 lines
72 B
TypeScript
4 lines
72 B
TypeScript
declare module '*.vue' {
|
|
import Vue from 'vue'
|
|
export default Vue
|
|
}
|