refactor: 重构vue3组合式API写法 (#265)

This commit is contained in:
Realabiha 2024-06-11 19:35:55 +08:00 committed by GitHub
parent cd75ac18bc
commit 7bb7b0c7fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,10 +7,8 @@
</div> </div>
</template> </template>
<script> <script setup>
export default {
name: 'NotFound'
}
</script> </script>
<style scoped> <style scoped>