mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-10 19:17:06 +02:00
feat: keep collapsible state on montlhly overview
This commit is contained in:
2
frontend/src/application/_htmx.js
Normal file
2
frontend/src/application/_htmx.js
Normal file
@@ -0,0 +1,2 @@
|
||||
import htmx from "htmx.org";
|
||||
window.htmx = htmx;
|
||||
@@ -1,12 +1,14 @@
|
||||
import htmx from "htmx.org";
|
||||
import _hyperscript from 'hyperscript.org/dist/_hyperscript.min';
|
||||
import './_htmx.js';
|
||||
import 'htmx-ext-alpine-morph/alpine-morph';
|
||||
import Alpine from "alpinejs";
|
||||
import mask from '@alpinejs/mask';
|
||||
import morph from '@alpinejs/morph';
|
||||
|
||||
window.htmx = htmx;
|
||||
window.Alpine = Alpine;
|
||||
|
||||
Alpine.plugin(mask);
|
||||
Alpine.plugin(morph);
|
||||
Alpine.start();
|
||||
_hyperscript.browserInit();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user