25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- import { CompilerOptions } from '@vue/compiler-dom';
- import { RenderFunction } from '@vue/runtime-dom';
- export * from '@vue/runtime-dom';
-
- export declare function compileToFunction(template: string | HTMLElement, options?: CompilerOptions): RenderFunction;
-
- export { compileToFunction as compile };
|