优化代码

This commit is contained in:
RuoYi
2023-09-01 08:44:35 +08:00
parent 54ad578ec0
commit df9c850302
4 changed files with 4 additions and 5 deletions

View File

@@ -56,8 +56,7 @@ const options = ref({
],
},
placeholder: '请输入内容',
readOnly: props.readOnly,
theme: 'snow'
readOnly: props.readOnly
});
const styles = computed(() => {