update

parent 34d02d6c
......@@ -8,7 +8,7 @@ export default defineComponent({
props: {
isOpenAddDialog: { type: Boolean, required: true },
},
setup(props, context) {
setup() {
const name: Ref<string | null> = ref(null);
const title: Ref<string | null> = ref(null);
const image: Ref<string | null> = ref(null);
......
......@@ -36,8 +36,8 @@ import {
TypeCardType,
FileUploadType,
} from 'src/assets/type';
import { isEmail } from '../../boot/functions';
import { isMobilePhone } from '../../boot/functions';
// import { isEmail } from '../../boot/functions';
// import { isMobilePhone } from '../../boot/functions';
export type AvatarType = {
file?: File;
......
......@@ -35,8 +35,8 @@ import {
TypeCardType,
FileUploadType,
} from 'src/assets/type';
import { isEmail } from '../../boot/functions';
import { isMobilePhone } from '../../boot/functions';
// import { isEmail } from '../../boot/functions';
// import { isMobilePhone } from '../../boot/functions';
export type AvatarType = {
file?: File;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment