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:
Alex Grozav 2023-06-16 14:25:12 +03:00 committed by GitHub
parent 6a7d1aedb1
commit 3e5f7adcbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 24 deletions

View file

@ -70,7 +70,6 @@
"v-click-outside": "^3.1.2",
"vue": "^2.7.14",
"vue-agile": "^2.0.0",
"vue-fragment": "1.5.1",
"vue-i18n": "^8.26.7",
"vue-infinite-loading": "^2.4.5",
"vue-json-pretty": "1.9.3",

View file

@ -1,12 +1,10 @@
<template>
<fragment>
<el-tag v-if="type === 'danger'" type="danger" size="small" :class="$style['danger']">
{{ text }}
</el-tag>
<el-tag v-else-if="type === 'warning'" size="small" :class="$style['warning']">
{{ text }}
</el-tag>
</fragment>
<el-tag v-if="type === 'danger'" type="danger" size="small" :class="$style['danger']">
{{ text }}
</el-tag>
<el-tag v-else-if="type === 'warning'" size="small" :class="$style['warning']">
{{ text }}
</el-tag>
</template>
<script lang="ts">

View file

@ -1,5 +1,5 @@
<template>
<fragment></fragment>
<span v-show="false" />
</template>
<script lang="ts">

View file

@ -1,5 +1,5 @@
<template>
<fragment></fragment>
<span v-show="false" />
</template>
<script lang="ts">

View file

@ -1,5 +1,4 @@
import type { PluginObject } from 'vue';
import Fragment from 'vue-fragment';
import VueAgile from 'vue-agile';
import 'regenerator-runtime/runtime';
@ -16,7 +15,6 @@ export const GlobalComponentsPlugin: PluginObject<{}> = {
app.component('enterprise-edition', EnterpriseEdition);
app.use(Fragment.Plugin);
app.use(VueAgile);
app.use(ElementUI);
app.use(N8nPlugin);

View file

@ -977,9 +977,6 @@ importers:
vue-agile:
specifier: ^2.0.0
version: 2.0.0
vue-fragment:
specifier: 1.5.1
version: 1.5.1(vue@2.7.14)
vue-i18n:
specifier: ^8.26.7
version: 8.27.2(vue@2.7.14)
@ -22706,14 +22703,6 @@ packages:
- supports-color
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:
resolution: {integrity: sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==}
dev: true