Skip to content
Discussion options

You must be logged in to vote
if (!window.Alpine) 
  (window.Alpine = Alpine).start()
  
// or

if (!('Alpine' in window))
  (window.Alpine = Alpine).start()
  
// or

window.Alpine ?? (window.Alpine = Alpine).start()

😎

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
3 replies
@yabdab
Comment options

@djmtype
Comment options

@yabdab
Comment options

Comment options

You must be logged in to vote
3 replies
@yabdab
Comment options

@ekwoka
Comment options

Answer selected by yabdab
@yabdab
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants