first commit
This commit is contained in:
7
app_vue/node_modules/vue/dist/vue.d.mts
generated
vendored
Normal file
7
app_vue/node_modules/vue/dist/vue.d.mts
generated
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
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 };
|
Reference in New Issue
Block a user