File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ export default function () {
119
119
}
120
120
},
121
121
"url": "/events/80",
122
- "version": "c32b8e4965f418ad16eaebba1d4e960f ",
122
+ "version": "6b16b94d7c51cbe5b1fa42aac98241d5 ",
123
123
"encryptHistory": true,
124
124
"clearHistory": false
125
125
}
@@ -213,6 +213,9 @@ export default function () {
213
213
</ div >
214
214
</ div >
215
215
</ div >
216
+ < P >
217
+ You can read more about this on the < A href = "/asset-versioning" > asset versioning</ A > page.
218
+ </ P >
216
219
< H2 > Partial reloads</ H2 >
217
220
< P >
218
221
When making Inertia requests, the partial reload option allows you to request a subset of the props (data) from
@@ -273,7 +276,7 @@ export default function () {
273
276
"events": [...] // included
274
277
},
275
278
"url": "/events/80",
276
- "version": "c32b8e4965f418ad16eaebba1d4e960f "
279
+ "version": "6b16b94d7c51cbe5b1fa42aac98241d5 "
277
280
}
278
281
` }
279
282
</ CodeBlock >
You can’t perform that action at this time.
0 commit comments