mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor: Improve typings for element-ui imports (no-changelog) (#4678)
* convert all stories to typescript * stricter typing for element-ui imports
This commit is contained in:
committed by
GitHub
parent
78c66f16d6
commit
55c201eb21
@@ -7,20 +7,17 @@ import "regenerator-runtime/runtime";
|
||||
|
||||
import VueAgile from 'vue-agile';
|
||||
|
||||
import ElementUI from 'element-ui';
|
||||
import { Loading, MessageBox, Message, Notification } from 'element-ui';
|
||||
import {
|
||||
Loading,
|
||||
MessageBox,
|
||||
Message,
|
||||
Notification,
|
||||
designSystemComponents,
|
||||
elementUIComponents,
|
||||
} from 'n8n-design-system';
|
||||
import { ElMessageBoxOptions } from "element-ui/types/message-box";
|
||||
import EnterpriseEdition from "@/components/EnterpriseEdition.ee.vue";
|
||||
|
||||
Vue.use(Fragment.Plugin);
|
||||
|
||||
Vue.use(elementUIComponents);
|
||||
Vue.use(ElementUI);
|
||||
Vue.use(designSystemComponents);
|
||||
|
||||
Vue.component('enterprise-edition', EnterpriseEdition);
|
||||
|
||||
Reference in New Issue
Block a user