mirror of
https://github.com/citizenfx/cfx-server-data.git
synced 2025-02-22 17:05:08 +08:00
4 lines
75 B
TypeScript
4 lines
75 B
TypeScript
|
declare module '*.vue' {
|
||
|
import Vue from 'vue'
|
||
|
export default Vue
|
||
|
}
|