auth service created
This commit is contained in:
9
services/auth/resources/static/js/alpine.js
Normal file
9
services/auth/resources/static/js/alpine.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import Alpine from 'alpinejs'
|
||||
import counter from "./counter";
|
||||
|
||||
window.Alpine = Alpine
|
||||
|
||||
Alpine.data("vars", counter)
|
||||
|
||||
Alpine.start()
|
||||
|
||||
Reference in New Issue
Block a user