chore: 在页面中添加调试日志
添加console.log语句用于调试index和about页面
This commit is contained in:
parent
9a34868fb7
commit
bf61c3d1f0
@ -44,6 +44,7 @@ const toSubPage = () => {
|
||||
// console.log('oxlint')
|
||||
// }
|
||||
// testOxlint('oxlint')
|
||||
console.log('about')
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
@ -68,4 +68,6 @@ const description = ref(
|
||||
onLoad(() => {
|
||||
console.log('项目作者:', author.value)
|
||||
})
|
||||
|
||||
console.log('index')
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user