mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix lint issues
This commit is contained in:
parent
5b75459f43
commit
5313bcacd9
|
@ -20,7 +20,7 @@
|
|||
|
||||
<script lang="ts">
|
||||
export default {
|
||||
props: ["text", "type"],
|
||||
props: ["text", "type"],
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ import { runExternalHook } from './components/mixins/externalHooks';
|
|||
|
||||
// @ts-ignore
|
||||
import vClickOutside from 'v-click-outside';
|
||||
import Fragment from 'vue-fragment'
|
||||
import Fragment from 'vue-fragment';
|
||||
|
||||
import { library } from '@fortawesome/fontawesome-svg-core';
|
||||
import {
|
||||
|
|
Loading…
Reference in a new issue