1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-10 09:33:59 +02:00
This commit is contained in:
syuilo
2020-09-05 01:27:02 +09:00
parent 1a7a07cb1a
commit c49e5a80be
23 changed files with 42 additions and 42 deletions

View File

@@ -7,7 +7,7 @@ import { defineComponent, defineAsyncComponent } from 'vue';
export default defineComponent({
components: {
XCode: defineAsyncComponent(() => import('./code-core.vue').then(m => m.default))
XCode: defineAsyncComponent(() => import('./code-core.vue'))
},
props: {
code: {