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
3720291046
commit
2d0d3f7ce1
|
@ -2,6 +2,10 @@
|
||||||
// (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/themes/prism.css";
|
||||||
|
import "vue-prism-editor/dist/VuePrismEditor.css";
|
||||||
|
|
||||||
import * as ElementUI from 'element-ui';
|
import * as ElementUI from 'element-ui';
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import locale from 'element-ui/lib/locale/lang/en';
|
import locale from 'element-ui/lib/locale/lang/en';
|
||||||
|
@ -146,10 +150,6 @@ Vue.component('font-awesome-icon', FontAwesomeIcon);
|
||||||
|
|
||||||
Vue.config.productionTip = false;
|
Vue.config.productionTip = false;
|
||||||
|
|
||||||
import "prismjs";
|
|
||||||
import "prismjs/themes/prism.css";
|
|
||||||
import "vue-prism-editor/dist/VuePrismEditor.css";
|
|
||||||
|
|
||||||
new Vue({
|
new Vue({
|
||||||
router,
|
router,
|
||||||
store,
|
store,
|
||||||
|
|
Loading…
Reference in a new issue