H5-contact/node_modules/@dcloudio/uni-h5-vite/dist/utils/polyfill.d.ts

6 lines
186 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* 重写 @vue/compiler-sfc 的 parse 函数
* web 平台下,如果 SFC 没有 style注入一个默认的空 style
*/
export declare function rewriteCompilerSfcParse(): void;