Commit 950d4e55 authored by Tình Trương's avatar Tình Trương
parents 6a1300ac 168c075d
...@@ -8,7 +8,7 @@ export default defineComponent({ ...@@ -8,7 +8,7 @@ export default defineComponent({
props: { props: {
isOpenAddDialog: { type: Boolean, required: true }, isOpenAddDialog: { type: Boolean, required: true },
}, },
setup(props, context) { setup() {
const name: Ref<string | null> = ref(null); const name: Ref<string | null> = ref(null);
const title: Ref<string | null> = ref(null); const title: Ref<string | null> = ref(null);
const image: Ref<string | null> = ref(null); const image: Ref<string | null> = ref(null);
......
...@@ -36,8 +36,8 @@ import { ...@@ -36,8 +36,8 @@ import {
TypeCardType, TypeCardType,
FileUploadType, FileUploadType,
} from 'src/assets/type'; } from 'src/assets/type';
import { isEmail } from '../../boot/functions'; // import { isEmail } from '../../boot/functions';
import { isMobilePhone } from '../../boot/functions'; // import { isMobilePhone } from '../../boot/functions';
export type AvatarType = { export type AvatarType = {
file?: File; file?: File;
......
...@@ -35,8 +35,8 @@ import { ...@@ -35,8 +35,8 @@ import {
TypeCardType, TypeCardType,
FileUploadType, FileUploadType,
} from 'src/assets/type'; } from 'src/assets/type';
import { isEmail } from '../../boot/functions'; // import { isEmail } from '../../boot/functions';
import { isMobilePhone } from '../../boot/functions'; // import { isMobilePhone } from '../../boot/functions';
export type AvatarType = { export type AvatarType = {
file?: File; 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