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
When I use <base href="../"> in the file where I include html files with x-ajax, the base href is used (surprisingly) for the include path (which is cool), but also additionally somehow which messes the include up, because the included file loses somehow access to the data from the parent component in that case.
The text was updated successfully, but these errors were encountered:
Sure, but for now I only know that the include can't access "page" anymore, which is defined in the <html x-data="$"> component and works well in the include, if there is no base href used in the index.html including the include.
When I use
<base href="../">
in the file where I include html files with x-ajax, the base href is used (surprisingly) for the include path (which is cool), but also additionally somehow which messes the include up, because the included file loses somehow access to the data from the parent component in that case.The text was updated successfully, but these errors were encountered: