fix: 🐛 double comma
This commit is contained in:
parent
1f7ddc9d7c
commit
5e89b269a4
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user