nebula/pages/article/_article_id.vue

14 lines
127 B
Vue
Raw Normal View History

2020-06-19 17:37:45 +08:00
<template>
</template>
<script>
export default {
name: "ArticleDetail"
}
</script>
<style scoped>
</style>