cuiqian2004
2024-11-04 46a69ec5c8c6dde5249832d46659f988fe16ec3f
1
2
3
import { RootNode, CompilerOptions, CodegenResult } from '@vue/compiler-dom';
 
export declare function compile(source: string | RootNode, options?: CompilerOptions): CodegenResult;