fix: 🐛 double comma

This commit is contained in:
ThatOneCalculator 2023-08-11 17:51:35 -07:00
parent 1f7ddc9d7c
commit 5e89b269a4
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
5 changed files with 5 additions and 5 deletions

View File

@ -59,7 +59,7 @@
</template>
<script lang="ts" setup>
import { defineAsyncComponent, inject, nextTick, onMounted, onUnmounted, onActivated, provide, watch, ref, , computed } from 'vue';
import { defineAsyncComponent, inject, nextTick, onMounted, onUnmounted, onActivated, provide, watch, ref, computed } from 'vue';
import { i18n } from "@/i18n";
import MkSuperMenu from "@/components/MkSuperMenu.vue";
import MkInfo from "@/components/MkInfo.vue";

View File

@ -8,7 +8,7 @@
</template>
<script lang="ts" setup>
import { markRaw, version as vueVersion, onMounted, onBeforeUnmount, nextTick, , shallowRef, ref } from 'vue';
import { markRaw, version as vueVersion, onMounted, onBeforeUnmount, nextTick, shallowRef, ref } from 'vue';
import { Chart } from "chart.js";
import tinycolor from "tinycolor2";
import gradient from "chartjs-plugin-gradient";

View File

@ -60,7 +60,7 @@
</template>
<script lang="ts" setup>
import { markRaw, version as vueVersion, onMounted, onBeforeUnmount, nextTick, , shallowRef, ref, computed } from 'vue';
import { markRaw, version as vueVersion, onMounted, onBeforeUnmount, nextTick, shallowRef, ref, computed } from 'vue';
import XFederation from "./overview.federation.vue";
import XInstances from "./overview.instances.vue";
import XQueue from "./overview.queue.vue";

View File

@ -16,7 +16,7 @@
</template>
<script lang="ts" setup>
import { defineAsyncComponent, computed, inject, onMounted, onUnmounted, watch, , ref } from 'vue';
import { defineAsyncComponent, computed, inject, onMounted, onUnmounted, watch, ref } from 'vue';
import * as Acct from "firefish-js/built/acct";
import * as misskey from "firefish-js";
import XFollowList from "./follow-list.vue";

View File

@ -16,7 +16,7 @@
</template>
<script lang="ts" setup>
import { defineAsyncComponent, computed, inject, onMounted, onUnmounted, watch, , ref } from 'vue';
import { defineAsyncComponent, computed, inject, onMounted, onUnmounted, watch, ref } from 'vue';
import * as Acct from "firefish-js/built/acct";
import * as misskey from "firefish-js";
import XFollowList from "./follow-list.vue";