1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 00:56:00 +02:00

Avoid export default

This commit is contained in:
Aya Morisawa
2019-01-30 16:56:27 +09:00
parent 1c60a49c96
commit 28bfb45426
18 changed files with 26 additions and 28 deletions

View File

@@ -41,7 +41,7 @@
<script lang="ts">
import Vue from 'vue';
import parse from '../../../../mfm/parse';
import { parse } from '../../../../mfm/parse';
import * as JSON5 from 'json5';
export default Vue.extend({