|
@@ -397,7 +397,7 @@ const logout = () => {
|
|
let changeProfileRef = $ref<InstanceType<typeof MarkChangeProfile>>();
|
|
let changeProfileRef = $ref<InstanceType<typeof MarkChangeProfile>>();
|
|
|
|
|
|
const openProfileModal = () => {
|
|
const openProfileModal = () => {
|
|
- // @ts-ignore https://github.com/vuejs/vue-next/issues/4397
|
|
|
|
|
|
+ // https://github.com/vuejs/vue-next/issues/4397
|
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
|
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
|
|
changeProfileRef?.showModal();
|
|
changeProfileRef?.showModal();
|
|
};
|
|
};
|
|
@@ -405,7 +405,7 @@ const openProfileModal = () => {
|
|
let switchGroupRef = $ref<InstanceType<typeof MarkSwitchGroupDialog>>();
|
|
let switchGroupRef = $ref<InstanceType<typeof MarkSwitchGroupDialog>>();
|
|
|
|
|
|
const openSwitchGroupModal = () => {
|
|
const openSwitchGroupModal = () => {
|
|
- // @ts-ignore https://github.com/vuejs/vue-next/issues/4397
|
|
|
|
|
|
+ // https://github.com/vuejs/vue-next/issues/4397
|
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
|
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
|
|
switchGroupRef?.showModal();
|
|
switchGroupRef?.showModal();
|
|
};
|
|
};
|
|
@@ -413,7 +413,7 @@ const openSwitchGroupModal = () => {
|
|
let problemRef = $ref<InstanceType<typeof MarkProblemDialog>>();
|
|
let problemRef = $ref<InstanceType<typeof MarkProblemDialog>>();
|
|
|
|
|
|
const openProblemModal = () => {
|
|
const openProblemModal = () => {
|
|
- // @ts-ignore https://github.com/vuejs/vue-next/issues/4397
|
|
|
|
|
|
+ // https://github.com/vuejs/vue-next/issues/4397
|
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
|
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
|
|
problemRef?.showModal();
|
|
problemRef?.showModal();
|
|
};
|
|
};
|