style:调整代码格式和顺序
- 修改了多个组件文件的代码结构 - 优化了代码缩进和空格使用 - 调整了部分代码的顺序以提高可读性
This commit is contained in:
@@ -13,12 +13,12 @@ const question = defineModel<question>('element', {
|
||||
// eslint-disable-next-line
|
||||
const activeComponent = computed<Component>(() => {
|
||||
switch (question.value.question_type) {
|
||||
case 8:
|
||||
return MatrixText;
|
||||
case 9:
|
||||
return MatrixRadio;
|
||||
case 10:
|
||||
return MatrixCheckbox;
|
||||
case 8:
|
||||
return MatrixText;
|
||||
case 9:
|
||||
return MatrixRadio;
|
||||
case 10:
|
||||
return MatrixCheckbox;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user