mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
👕 Fix lint issue
This commit is contained in:
parent
3720291046
commit
2d0d3f7ce1
|
@ -2,6 +2,10 @@
|
|||
// (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 * as ElementUI from 'element-ui';
|
||||
// @ts-ignore
|
||||
import locale from 'element-ui/lib/locale/lang/en';
|
||||
|
@ -146,10 +150,6 @@ Vue.component('font-awesome-icon', FontAwesomeIcon);
|
|||
|
||||
Vue.config.productionTip = false;
|
||||
|
||||
import "prismjs";
|
||||
import "prismjs/themes/prism.css";
|
||||
import "vue-prism-editor/dist/VuePrismEditor.css";
|
||||
|
||||
new Vue({
|
||||
router,
|
||||
store,
|
||||
|
|
Loading…
Reference in a new issue