fix: 修改本地存储变量名

This commit is contained in:
MTrun
2022-01-08 14:27:56 +08:00
parent 5b7da15bdd
commit 1298abd9e6
12 changed files with 79 additions and 71 deletions
@@ -1,5 +1,5 @@
<template>
<n-modal v-model:show="modelShow" @afterLeave="closeModal">
<n-modal v-model:show="modelShow" @afterLeave="closeHandle">
<n-list bordered class="go-system-setting">
<template #header> 系统设置 </template>
@@ -62,7 +62,7 @@ const list = reactive<ListType[]>([
}
])
const closeModal = () => {
const closeHandle = () => {
emit('update:modelShow', false)
}