Commit 0eb21fd8 authored by Fatih Acet's avatar Fatih Acet

Vue migration fix syntax highlighting.

parent 78c7c11d
...@@ -49,7 +49,7 @@ $(() => { ...@@ -49,7 +49,7 @@ $(() => {
mergeConflictsStore.setLoadingState(false); mergeConflictsStore.setLoadingState(false);
this.$nextTick(() => { this.$nextTick(() => {
$(conflictsEl.querySelectorAll('.js-syntax-highlight')).syntaxHighlight(); $('.js-syntax-highlight').syntaxHighlight();
}); });
}); });
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment