【代码优化】代码格式化

This commit is contained in:
卢越
2024-09-05 12:46:58 +08:00
parent 40fe63a3fb
commit 4870231b61
7 changed files with 376 additions and 345 deletions

View File

@ -153,7 +153,11 @@
>
<!--这里的 key 使用时间戳是为了保证每次点击组件都进行刷新-->
<component
:key="selectedComponent?.uid || selectedComponent?.id + new Date().getTime() || new Date().getTime().toString()"
:key="
selectedComponent?.uid ||
selectedComponent?.id + new Date().getTime() ||
new Date().getTime().toString()
"
:is="selectedComponent?.id + 'Property'"
v-model="selectedComponent.property"
/>