We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65634bd + f40e601 commit c1da59cCopy full SHA for c1da59c
src/store/mutations.js
@@ -337,7 +337,7 @@ const mutations = {
337
let newCompMap = state.componentMap
338
newCompMap[componentName].htmlList = htmlList
339
state.componentMap = Object.assign({}, newCompMap)
340
- //state.componentMap[componentName].htmlList = htmlList
+ // state.componentMap[componentName].htmlList = htmlList
341
},
342
343
// deletes a element html tag from HTMLQueue
0 commit comments