fix: build error

This commit is contained in:
mutoe 2021-02-28 20:43:11 +08:00
parent fb2db9a773
commit a2f37b217c
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
</div>
</template>
<script lang="ts">
<script lang="ts" setup>
import { getArticle } from 'src/services/article/getArticle'
import { postArticle, putArticle } from 'src/services/article/postArticle'
import { computed, onMounted, reactive, ref } from 'vue'