Runtime Error
ReplaceUrlValueRequired
No value was provided to the data-replace-url
attribute.
The data-replace-url
attribute must only have a value, representing an expression that evaluates to a URL to replace in the browser without reloading the page.
Example:
1<div data-replace-url="'?page=1'"></div>
See the docs for the data-replace-url
attribute.