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
@@ -21,7 +21,7 @@
|
||||
|
||||
<script lang="ts">
|
||||
import Vue, { PropType } from 'vue';
|
||||
import ElTooltip from 'element-ui/lib/tooltip';
|
||||
import { Tooltip as ElTooltip } from 'element-ui';
|
||||
import type { IN8nButton } from '@/types';
|
||||
import N8nButton from '../N8nButton';
|
||||
|
||||
@@ -29,7 +29,7 @@ export default Vue.extend({
|
||||
name: 'n8n-tooltip',
|
||||
inheritAttrs: false,
|
||||
components: {
|
||||
ElTooltip, // eslint-disable-line @typescript-eslint/no-unsafe-assignment
|
||||
ElTooltip,
|
||||
N8nButton,
|
||||
},
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user