fix: build error
This commit is contained in:
parent
fb2db9a773
commit
a2f37b217c
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue