智慧水务管理系统 - 精河县供水工程综合管理平台

compiler-ssr.d.ts 182B

1234
  1. import { RootNode, CompilerOptions, CodegenResult } from '@vue/compiler-dom';
  2. export declare function compile(source: string | RootNode, options?: CompilerOptions): CodegenResult;