Basic API kind of worked out and solved a bunch of things with alpine.js
This commit is contained in:
parent
f49608d74c
commit
07fa59c8e7
12 changed files with 149 additions and 61 deletions
|
@ -1,6 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<h1 x-data="{ message: 'I ❤️ Alpine' }" x-text="message"></h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue