merge
This commit is contained in:
commit
8d8937e2ff
10
db.json
Normal file
10
db.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"users": [
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"username": "test",
|
||||||
|
"password": "test",
|
||||||
|
"token": "123456"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -25,7 +25,7 @@
|
|||||||
"eslint": "^8.57.0",
|
"eslint": "^8.57.0",
|
||||||
"eslint-plugin-vue": "^9.23.0",
|
"eslint-plugin-vue": "^9.23.0",
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.2.5",
|
||||||
"vite": "^5.3.1",
|
"vite": "5.4.6",
|
||||||
"vite-plugin-vue-devtools": "^7.3.1"
|
"vite-plugin-vue-devtools": "^7.3.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 8.5 KiB |
Loading…
Reference in New Issue
Block a user