@wetspace/pro-components
Version:
::: tip 基本介绍
35 lines (34 loc) • 710 B
JavaScript
import { buildProps as t, definePropType as e } from "../node_modules/.pnpm/element-plus@2.8.7_vue@3.5.12_typescript@5.3.3_/node_modules/element-plus/es/utils/vue/props/runtime.mjs";
const o = t({
logo: {
type: e([String, Object])
},
title: String,
subTitle: String,
isPage: Boolean,
havePhone: {
type: Boolean,
default: !0
},
backgroundImage: String,
storeName: {
type: String,
default: "wet-logininfo"
},
otherActions: {
type: e(Array),
default() {
return ["wx", "alipay", "qq", "dy"];
}
}
}), n = t({
type: {
type: e(String),
default: "404"
},
backgroundImage: String
});
export {
n as wetErrorPageProps,
o as wetLoginProps
};