版博士V2.0程序
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.

vue.d.ts 270 B

123456789
  1. import { CompilerOptions } from '@vue/compiler-dom';
  2. import { RenderFunction } from '@vue/runtime-dom';
  3. export declare function compile(template: string | HTMLElement, options?: CompilerOptions): RenderFunction;
  4. export * from "@vue/runtime-dom";
  5. export { }