You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app.js
+25-2Lines changed: 25 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ new Vue({
27
27
enabled: true,
28
28
url: "http://172.16.213.1:9430/data/test",
29
29
method: "POST",
30
-
delegate: true,
30
+
delegate: false,
31
31
axiosConfig:{
32
32
headers: {
33
33
'Authorization': 'Bearer TESTTESTTESTTESTTEST'
@@ -64,7 +64,30 @@ new Vue({
64
64
name: 'postal_code'
65
65
}
66
66
],
67
-
values: []
67
+
values: [
68
+
{
69
+
"id": "111",
70
+
"name": "Casper Cliff",
71
+
"description": "Id est rem aliquam animi libero minima. Praesentium ad cum autem quo voluptatum autem ea. Non rerum aliquam atque minima et. Omnis maiores debitis odio consequatur officiis.",
72
+
"created_by": 3,
73
+
"street_address": "90947 Schaefer Ramp",
74
+
"city": "Lake Jammiemouth",
75
+
"state_province": "Alaska",
76
+
"postal_code": "35070",
77
+
"status": "open"
78
+
},
79
+
{
80
+
"id": "0D7D9DB64C7946E0B3FBDDFC",
81
+
"name": "Alfredo Shore",
82
+
"description": "Beatae deserunt aut voluptas modi repudiandae sit animi. Minima sit quam eligendi non aliquid et excepturi. Fugit reiciendis illo illum eum quidem minus.",
0 commit comments