mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-20 22:03:03 +08:00
Fix inline edit
This commit is contained in:
parent
eac87c1804
commit
fcd76661c7
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
smartAnnotation: { type: Boolean, default: false },
|
||||
editOnload: { type: Boolean, default: false },
|
||||
defaultValue: { type: String, default: '' },
|
||||
customClasses: { type: Array, default: [] }
|
||||
customClasses: { type: Array, default: () => [] }
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue