Skip to content

Commit d7d4d4d

Browse files
committed
deleted comment
1 parent ff689ec commit d7d4d4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/store/mutations.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,6 @@ const mutations = {
641641
const updatedComponent = state.routes[state.activeRoute].filter(
642642
(element) => element.componentName === payload.activeComponent
643643
)[0];
644-
console.log(updatedComponent)
645644
updatedComponent.htmlAttributes[payload.attribute] = payload.value
646645
},
647646

0 commit comments

Comments
 (0)