mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-02 19:49:23 +01:00
Update MkPostForm.vue
This commit is contained in:
parent
1d8c932a2c
commit
7c7973cf8c
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { inject, watch, nextTick, onMounted, defineAsyncComponent } from 'vue';
|
||||
import { inject, watch, nextTick, onMounted, defineAsyncComponent, provide } from 'vue';
|
||||
import * as mfm from 'mfm-js';
|
||||
import * as Misskey from 'misskey-js';
|
||||
import insertTextAtCursor from 'insert-text-at-cursor';
|
||||
|
|
Loading…
Reference in a new issue