fix lint issue

This commit is contained in:
andy.lee 2024-11-06 11:52:17 +08:00 committed by Francesco Torchia
parent 81d07a5f57
commit aa3c9268e3
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393

View File

@ -115,7 +115,7 @@ export default {
if (!this.parseDefaultValue.type) {
delete this.value['value'];
} else {
this.value['value'] = JSON.stringify(this.parseDefaultValue);;
this.value['value'] = JSON.stringify(this.parseDefaultValue);
}
},
@ -127,7 +127,10 @@ export default {
</script>
<template>
<div class="row" @input="update">
<div
class="row"
@input="update"
>
<div class="col span-12">
<LabeledSelect
v-model:value="parseDefaultValue.type"