因此,每当我使用Axios在本地主机上的数据库中发布某些内容时,都会出现此问题,页面会自动刷新。在互联网上搜索了同样的问题,但没有真正找到任何东西,所有内容都在HTML表单中,并且我的页面上实际上没有表单。
codepen:https://codepen.io/shotaivanidze/pen/PooLNPZ
这是一个JSON数据库
{
"tags": [
{
"title": "test 1",
"id": 1
},
{
"title": "test 2",
"id": 2
},
{
"title": "test 3",
"id": 3
},
{
"title": "test 4",
"id": 4
},
{
"title": "test 5",
"id": 5
},
{
"title": "test 6",
"id": 6
},
{
"title": "test 7",
"id": 7
}
]
}