Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
mioe committed May 22, 2024
1 parent 5118e12 commit 537c654
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,9 @@ const handleSave = async() => {
...cloneCsv,
]
await fetch('https://example.com/', {
console.log('🦕 data', data)
await fetch('/', {
method: 'POST',
headers: {
'Content-Type': 'application/json;charset=utf-8',
Expand Down

0 comments on commit 537c654

Please sign in to comment.