Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-06-20 11:35:50 | 2 | * @Date: 2022-06-20 11:35:50 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2022-06-20 17:45:42 | 4 | + * @LastEditTime: 2022-06-20 18:13:28 |
| 5 | * @FilePath: /tswj/src/components/LocalismBox/index.vue | 5 | * @FilePath: /tswj/src/components/LocalismBox/index.vue |
| 6 | * @Description: 调整作品方言弹框组件 | 6 | * @Description: 调整作品方言弹框组件 |
| 7 | --> | 7 | --> |
| ... | @@ -47,7 +47,7 @@ const props = defineProps({ | ... | @@ -47,7 +47,7 @@ const props = defineProps({ |
| 47 | showLocalism: Boolean, | 47 | showLocalism: Boolean, |
| 48 | id: Number, | 48 | id: Number, |
| 49 | localism: String, | 49 | localism: String, |
| 50 | - title: String,值为pass说明是从通过按钮点击进入 | 50 | + title: String, |
| 51 | }) | 51 | }) |
| 52 | const emit = defineEmits(['on-close', 'on-submit']); | 52 | const emit = defineEmits(['on-close', 'on-submit']); |
| 53 | /** | 53 | /** | ... | ... |
-
Please register or login to post a comment