hookehuyr

fix

<!--
* @Date: 2022-06-20 11:35:50
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-20 17:45:42
* @LastEditTime: 2022-06-20 18:13:28
* @FilePath: /tswj/src/components/LocalismBox/index.vue
* @Description: 调整作品方言弹框组件
-->
......@@ -47,7 +47,7 @@ const props = defineProps({
showLocalism: Boolean,
id: Number,
localism: String,
title: String,值为pass说明是从通过按钮点击进入
title: String,
})
const emit = defineEmits(['on-close', 'on-submit']);
/**
......