refactor: 重构vue3组合式API写法 (#265)
This commit is contained in:
parent
cd75ac18bc
commit
7bb7b0c7fd
@ -7,10 +7,8 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'NotFound'
|
||||
}
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
Loading…
Reference in New Issue
Block a user