fix: syntax error in classic.widgets.vue #51
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ let editMode: boolean = $ref(false);
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
emit('mounted');
|
emit('mounted');
|
||||||
}
|
});
|
||||||
|
|
||||||
function addWidget(widget) {
|
function addWidget(widget) {
|
||||||
defaultStore.set('widgets', [{
|
defaultStore.set('widgets', [{
|
||||||
|
|
Loading…
Reference in a new issue