mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-06 12:49:37 +02:00
Add decaf webui
This commit is contained in:
parent
6b4c9bb531
commit
69c0388954
742 changed files with 608981 additions and 6 deletions
9
webui/node_modules/vue/dist/vue.d.ts
generated
vendored
Normal file
9
webui/node_modules/vue/dist/vue.d.ts
generated
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
import { CompilerOptions } from '@vue/compiler-dom';
|
||||
import { RenderFunction } from '@vue/runtime-dom';
|
||||
|
||||
export declare function compile(template: string | HTMLElement, options?: CompilerOptions): RenderFunction;
|
||||
|
||||
|
||||
export * from "@vue/runtime-dom";
|
||||
|
||||
export { }
|
Loading…
Add table
Add a link
Reference in a new issue