mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(editor): Apply Prettier (no-changelog) (#4920)
* ⚡ Adjust `format` script * 🔥 Remove exemption for `editor-ui` * 🎨 Prettify * 👕 Fix lint
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
<template>
|
||||
<img
|
||||
:src="basePath + 'n8n-logo-expanded.svg'"
|
||||
:class="$style.img"
|
||||
alt="n8n.io"
|
||||
/>
|
||||
<img :src="basePath + 'n8n-logo-expanded.svg'" :class="$style.img" alt="n8n.io" />
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
@@ -13,9 +9,7 @@ import Vue from 'vue';
|
||||
|
||||
export default Vue.extend({
|
||||
computed: {
|
||||
...mapStores(
|
||||
useRootStore,
|
||||
),
|
||||
...mapStores(useRootStore),
|
||||
basePath(): string {
|
||||
return this.rootStore.baseUrl;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user