Files
vue3-element-admin/.vscode/launch.json
2025-02-24 17:15:05 +08:00

10 lines
172 B
JSON

{
"configurations": [
{
"type": "msedge",
"name": " http://localhost:3000/",
"request": "launch",
"url": " http://localhost:3000/"
}
]
}