Skip to content

Commit 419c885

Browse files
committed
refactor: rename page
1 parent 7ca5e69 commit 419c885

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/_article.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<template>
2-
<Page :data="article" type="article" />
2+
<Article :data="article" type="article" />
33
</template>
44

55
<script>
6-
import Page from '~/components/ArticleAndPage.vue';
6+
import Article from '~/components/ArticleAndPage.vue';
77
88
export default {
99
async asyncData({ app, store, params }) {
@@ -17,7 +17,7 @@ export default {
1717
},
1818
1919
components: {
20-
Page
20+
Article
2121
}
2222
};
2323
</script>

0 commit comments

Comments
 (0)