mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
book cases added
This commit is contained in:
9
resources/views/vendor/comments/components/scripts.blade.php
vendored
Normal file
9
resources/views/vendor/comments/components/scripts.blade.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<script>
|
||||
if (window.Alpine) {
|
||||
console.warn(
|
||||
'Laravel Comments scripts were loaded after Alpine. ' +
|
||||
'Please ensure Alpine is loaded last so Laravel Comments can initialize first.'
|
||||
);
|
||||
}
|
||||
</script>
|
||||
@stack('comments-scripts')
|
||||
Reference in New Issue
Block a user