Closed xtfer closed 2 years ago
Maybe I'm missing something, but I can't get this to run using Alpine.plugin().
import Alpine from "alpinejs"; import * as wizard from "@glhd/alpine-wizard"; Alpine.plugin(wizard); window.Alpine = Alpine; Alpine.start();
Doesn't seem to work.
Strike that. Rookie error. This works
import Alpine from "alpinejs"; import wizard from "@glhd/alpine-wizard"; Alpine.plugin(wizard); window.Alpine = Alpine; Alpine.start();
Maybe I'm missing something, but I can't get this to run using Alpine.plugin().
Doesn't seem to work.