Skip to content

Commit

Permalink
fixed rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
eva-vashkevich committed May 6, 2024
1 parent 6dfc9cc commit 1d12345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/initialize/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export async function installPlugins(app, inject, Vue) {
Vue.use(VueCodemirror);

Vue.component('v-select', vSelect);
const pluginDefinitions = [cookieUniversalNuxt, axios, plugins, pluginsLoader, axiosShell, intNumber, nuxtClientInit, replaceAll, backButton, plugin, version, steveCreateWorker, emberCookie];
const pluginDefinitions = [cookieUniversalNuxt, axios, plugins, pluginsLoader, axiosShell, intNumber, codeMirror, nuxtClientInit, replaceAll, backButton, plugin, version, steveCreateWorker, emberCookie];

const installations = pluginDefinitions.map(async(pluginDefinition) => {
if (typeof pluginDefinition === 'function') {
Expand Down

0 comments on commit 1d12345

Please sign in to comment.