mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 21:01:24 +00:00
chore: update frontend build for v1.1.81 [skip ci]
This commit is contained in:
7
web/admin-spa/node_modules/vue/dist/vue.d.mts
generated
vendored
Normal file
7
web/admin-spa/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