fix: missing parenthesis

This commit is contained in:
Johann150 2022-08-02 09:31:36 +02:00
parent 288049e2dc
commit a615a76cf1
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -27,7 +27,7 @@ let editMode: boolean = $ref(false);
onMounted(() => {
emit('mounted');
}
});
function addWidget(widget) {
defaultStore.set('widgets', [{