feat(tool improve): added image preview

This commit is contained in:
SAFWAT 2023-08-28 22:29:54 +05:30
parent 3a63837d3d
commit 360c5ced68
6 changed files with 14553 additions and 41 deletions

3
auto-imports.d.ts vendored
View file

@ -1,6 +1,7 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {
@ -288,7 +289,7 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
}
// for vue template auto import
import { UnwrapRef } from 'vue'