Skip to content

Commit

Permalink
feat: rename README.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Sep 3, 2023
1 parent 899c839 commit 2eadb66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions projects.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Readme": {
"route": "readme-md",
"repository": "README.md"
"route": "readme-vue",
"repository": "README.vue"
},
"NaiveBayes": {
"route": "naivebayes",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/readme-md.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<template>
<vue-renderer class="page" :repository="repository" :toolbox="false">
<div class="page-content">README.md homepage is coming soon</div>
<div class="page-content">README.vue homepage is coming soon</div>
</vue-renderer>
</template>

Expand Down

0 comments on commit 2eadb66

Please sign in to comment.