mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
👕 Fix lint issue
This commit is contained in:
parent
bcc3ab263b
commit
132ac3737d
|
@ -2,9 +2,9 @@
|
||||||
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
|
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
|
||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
import "prismjs";
|
import 'prismjs';
|
||||||
import "prismjs/themes/prism.css";
|
import 'prismjs/themes/prism.css';
|
||||||
import "vue-prism-editor/dist/VuePrismEditor.css";
|
import 'vue-prism-editor/dist/VuePrismEditor.css';
|
||||||
|
|
||||||
import * as ElementUI from 'element-ui';
|
import * as ElementUI from 'element-ui';
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
|
|
Loading…
Reference in a new issue