فهرست منبع

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

添加console.log语句用于调试index和about页面
feige996 10 ماه پیش
والد
کامیت
bf61c3d1f0
2فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 1 0
      src/pages/about/about.vue
  2. 2 0
      src/pages/index/index.vue

+ 1 - 0
src/pages/about/about.vue

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

+ 2 - 0
src/pages/index/index.vue

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