mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 20:00:02 +00:00
👕 Fix lint issue
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
|
||||
import Vue from 'vue';
|
||||
|
||||
import "prismjs";
|
||||
import "prismjs/themes/prism.css";
|
||||
import "vue-prism-editor/dist/VuePrismEditor.css";
|
||||
import 'prismjs';
|
||||
import 'prismjs/themes/prism.css';
|
||||
import 'vue-prism-editor/dist/VuePrismEditor.css';
|
||||
|
||||
import * as ElementUI from 'element-ui';
|
||||
// @ts-ignore
|
||||
|
||||
Reference in New Issue
Block a user