forked from FoundKeyGang/FoundKey
fix: missing parenthesis
This commit is contained in:
parent
288049e2dc
commit
a615a76cf1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ let editMode: boolean = $ref(false);
|
|||
|
||||
onMounted(() => {
|
||||
emit('mounted');
|
||||
}
|
||||
});
|
||||
|
||||
function addWidget(widget) {
|
||||
defaultStore.set('widgets', [{
|
||||
|
|
Loading…
Reference in a new issue