版博士V2.0程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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 { }