chore: 在页面中添加调试日志

添加console.log语句用于调试index和about页面
This commit is contained in:
feige996 2025-06-20 19:35:31 +08:00
parent 9a34868fb7
commit bf61c3d1f0
2 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,7 @@ const toSubPage = () => {
// console.log('oxlint')
// }
// testOxlint('oxlint')
console.log('about')
</script>
<style lang="scss" scoped>

View File

@ -68,4 +68,6 @@ const description = ref(
onLoad(() => {
console.log('项目作者:', author.value)
})
console.log('index')
</script>