mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
10 lines
270 B
PHP
10 lines
270 B
PHP
<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')
|