Skip to content

Commit

Permalink
Version 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jason5ng32 committed Jan 27, 2024
1 parent d2073cc commit 15f8299
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 暂时留空
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "3.0.0",
"type": "module",
"scripts": {
"preinstall": "npm install",
"dev": "concurrently \"vite\" \"npm run start-server\"",
"build": "vite build",
"preview": "vite preview",
Expand Down
1 change: 0 additions & 1 deletion src/components/footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default {
// 监控 siteVal 的变化
watch(siteVal, (newVal) => {
siteValidate.value = newVal;
console.log('siteValidate: ', siteValidate.value);
});
Expand Down

0 comments on commit 15f8299

Please sign in to comment.