mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
feat: Remove vue-fragment (no-changelog) (#6456)
* feat: remove vue-fragment (no-changelog) * Update pnpm-lock.yaml --------- Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
parent
6a7d1aedb1
commit
3e5f7adcbf
|
@ -70,7 +70,6 @@
|
||||||
"v-click-outside": "^3.1.2",
|
"v-click-outside": "^3.1.2",
|
||||||
"vue": "^2.7.14",
|
"vue": "^2.7.14",
|
||||||
"vue-agile": "^2.0.0",
|
"vue-agile": "^2.0.0",
|
||||||
"vue-fragment": "1.5.1",
|
|
||||||
"vue-i18n": "^8.26.7",
|
"vue-i18n": "^8.26.7",
|
||||||
"vue-infinite-loading": "^2.4.5",
|
"vue-infinite-loading": "^2.4.5",
|
||||||
"vue-json-pretty": "1.9.3",
|
"vue-json-pretty": "1.9.3",
|
||||||
|
|
|
@ -1,12 +1,10 @@
|
||||||
<template>
|
<template>
|
||||||
<fragment>
|
|
||||||
<el-tag v-if="type === 'danger'" type="danger" size="small" :class="$style['danger']">
|
<el-tag v-if="type === 'danger'" type="danger" size="small" :class="$style['danger']">
|
||||||
{{ text }}
|
{{ text }}
|
||||||
</el-tag>
|
</el-tag>
|
||||||
<el-tag v-else-if="type === 'warning'" size="small" :class="$style['warning']">
|
<el-tag v-else-if="type === 'warning'" size="small" :class="$style['warning']">
|
||||||
{{ text }}
|
{{ text }}
|
||||||
</el-tag>
|
</el-tag>
|
||||||
</fragment>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<fragment></fragment>
|
<span v-show="false" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<fragment></fragment>
|
<span v-show="false" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
import type { PluginObject } from 'vue';
|
import type { PluginObject } from 'vue';
|
||||||
import Fragment from 'vue-fragment';
|
|
||||||
import VueAgile from 'vue-agile';
|
import VueAgile from 'vue-agile';
|
||||||
|
|
||||||
import 'regenerator-runtime/runtime';
|
import 'regenerator-runtime/runtime';
|
||||||
|
@ -16,7 +15,6 @@ export const GlobalComponentsPlugin: PluginObject<{}> = {
|
||||||
|
|
||||||
app.component('enterprise-edition', EnterpriseEdition);
|
app.component('enterprise-edition', EnterpriseEdition);
|
||||||
|
|
||||||
app.use(Fragment.Plugin);
|
|
||||||
app.use(VueAgile);
|
app.use(VueAgile);
|
||||||
app.use(ElementUI);
|
app.use(ElementUI);
|
||||||
app.use(N8nPlugin);
|
app.use(N8nPlugin);
|
||||||
|
|
|
@ -977,9 +977,6 @@ importers:
|
||||||
vue-agile:
|
vue-agile:
|
||||||
specifier: ^2.0.0
|
specifier: ^2.0.0
|
||||||
version: 2.0.0
|
version: 2.0.0
|
||||||
vue-fragment:
|
|
||||||
specifier: 1.5.1
|
|
||||||
version: 1.5.1(vue@2.7.14)
|
|
||||||
vue-i18n:
|
vue-i18n:
|
||||||
specifier: ^8.26.7
|
specifier: ^8.26.7
|
||||||
version: 8.27.2(vue@2.7.14)
|
version: 8.27.2(vue@2.7.14)
|
||||||
|
@ -22706,14 +22703,6 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/vue-fragment@1.5.1(vue@2.7.14):
|
|
||||||
resolution: {integrity: sha512-ig6eES6TcMBbANW71ylB+AJgRN+Zksb3f50AxjGpAk6hMzqmeuD80qeh4LJP0jVw2dMBMjgRUfIkrvxygoRgtQ==}
|
|
||||||
peerDependencies:
|
|
||||||
vue: ^2.5.16
|
|
||||||
dependencies:
|
|
||||||
vue: 2.7.14
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/vue-hot-reload-api@2.3.4:
|
/vue-hot-reload-api@2.3.4:
|
||||||
resolution: {integrity: sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==}
|
resolution: {integrity: sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
Loading…
Reference in a new issue