fix: syntax error in classic.widgets.vue
This commit is contained in:
parent
288049e2dc
commit
f4238cca40
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