We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752d29c commit 2e6abc9Copy full SHA for 2e6abc9
src/templates/script.js.tpl
@@ -1,5 +1,11 @@
1
document.addEventListener('alpine:init', () => {
2
Alpine.data('{{pageSlug}}', () => ({
3
+ ui: {},
4
+ data: {},
5
+ model: {},
6
7
+ init() {
8
+
9
+ }
10
}))
11
})
0 commit comments