mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
fix lint issue
This commit is contained in:
parent
81d07a5f57
commit
aa3c9268e3
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user