'增加服务端文件'

This commit is contained in:
2024-08-29 17:23:44 +08:00
parent 5ea7d9f561
commit 6afbd7b8ab
17 changed files with 56892 additions and 0 deletions

7
server/js/vue.d.mts Normal file
View 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 };