Commit ed077355 authored by 水落(YangLei)'s avatar 水落(YangLei)

优化类型提示

parent 17f56a4b
import Vue from 'vue';
declare module 'vue/types/vue' { declare module 'vue/types/vue' {
interface Vue { interface Vue {
$t: (s: string) => any; $t: (s: string) => any;
......
...@@ -4,6 +4,5 @@ ...@@ -4,6 +4,5 @@
"paths": { "paths": {
"@/*": ["src/*"] "@/*": ["src/*"]
} }
}, }
"include": ["./index.d.ts"]
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment