mirror of
https://github.com/elk-zone/elk.git
synced 2025-03-14 04:00:32 +03:00
chore: fix build
This commit is contained in:
parent
b8e68b106a
commit
342783eecc
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ function createSuggestionRenderer(): SuggestionOptions['render'] {
|
|||
})
|
||||
},
|
||||
|
||||
onBeforeUpdate(props) {
|
||||
// Use arrow function here because Nuxt will transform it incorrectly as Vue hook causing the build to fail
|
||||
onBeforeUpdate: (props) => {
|
||||
component.updateProps({ ...props, isPending: true })
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue