Added Preview which was missing.

This commit is contained in:
Leon Letto 2023-09-24 15:07:23 -07:00
parent 28c9808c1c
commit 801e32b3c1
5 changed files with 34 additions and 39 deletions

3
auto-imports.d.ts vendored
View file

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