diff --git a/db.json b/db.json new file mode 100644 index 0000000..c2335a6 --- /dev/null +++ b/db.json @@ -0,0 +1,10 @@ +{ + "users": [ + { + "id": 1, + "username": "test", + "password": "test", + "token": "123456" + } + ] +} \ No newline at end of file diff --git a/package.json b/package.json index 0331eb2..0843240 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint": "^8.57.0", "eslint-plugin-vue": "^9.23.0", "prettier": "^3.2.5", - "vite": "^5.3.1", + "vite": "5.4.6", "vite-plugin-vue-devtools": "^7.3.1" } } diff --git a/src/components/images/avatar.jpg b/src/components/images/avatar.jpg index db49813..806ed2e 100644 Binary files a/src/components/images/avatar.jpg and b/src/components/images/avatar.jpg differ