feat: 添加 Material Icon 主题支持,更新组件类型定义和 Vite 配置
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import type { AuthUserSignup } from "../type";
|
||||
import { toastController } from "@ionic/vue";
|
||||
import { logoGoogle, phonePortraitOutline } from "ionicons/icons";
|
||||
import MaterialIconThemeGoogle from "~icons/material-icon-theme/google";
|
||||
import { emailPattern } from "@/utils";
|
||||
import { authClient } from "..";
|
||||
|
||||
|
||||
1
src/vite-env.d.ts
vendored
1
src/vite-env.d.ts
vendored
@@ -1 +1,2 @@
|
||||
/// <reference types="vite/client" />
|
||||
/// <reference types="unplugin-icons/types/vue" />
|
||||
|
||||
Reference in New Issue
Block a user