1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-19 12:25:30 +02:00
This commit is contained in:
syuilo
2020-08-22 05:33:54 +09:00
parent 10d783006d
commit 638e96d863
10 changed files with 145 additions and 125 deletions

View File

@@ -4,6 +4,7 @@
<script lang="ts">
import { defineComponent, defineAsyncComponent } from 'vue';
export default defineComponent({
components: {
XCode: defineAsyncComponent(() => import('./code-core.vue').then(m => m.default))