Skip to content

Commit

Permalink
refactor: 重构vue3组合式API写法 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
Realabiha authored and sudoooooo committed Jun 11, 2024
1 parent 8274971 commit 6559154
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions web/src/render/pages/EmptyPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
</div>
</template>

<script>
export default {
name: 'NotFound'
}
<script setup>
</script>

<style scoped>
Expand Down

0 comments on commit 6559154

Please sign in to comment.