First stab at a form submit off an alpine.js form. Honestly not great. It's a lot of code already for even less functionality.

This commit is contained in:
Zed A. Shaw 2025-07-27 00:29:27 -04:00
parent e4153fd74a
commit 3fd8169d83
7 changed files with 46 additions and 26 deletions

View file

@ -1,4 +1,3 @@
class GetJson {
constructor(url) {
this.url = url;