提交 529b0d7c 编写于 作者: KK's avatar KK

调整shims-vue.d.ts位置

上级 bf6c389a
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
declare module '*.vue' {
import Vue from 'vue';
export default Vue;
}
declare module 'vue-quill-editor';
declare module 'weixin-js-sdk';
declare module 'v-calendar/lib/components/calendar.umd';
declare module 'vue-touch';
declare module 'vue-amap';
<#if app.getAllPSAppPkgs?? && app.getAllPSAppPkgs()??>
<#list app.getAllPSAppPkgs() as appPackage>
<#if appPackage.getVerParam2()?? && appPackage.getVerParam2() !="">declare module '${appPackage.getVerParam2()}';</#if>
</#list>
</#if>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册