diff options
author | 2022-08-22 11:25:57 -0700 | |
---|---|---|
committer | 2022-08-22 14:25:57 -0400 | |
commit | 7310e8a1780dff2ffb57f8a6cfd3d021d019f6b8 (patch) | |
tree | 7f5fc0be462b7a5d786adeb3d031e501da4f6527 /examples/framework-alpine/src | |
parent | a70f69a06c069781c56393289f82efc1251fc37b (diff) | |
download | astro-7310e8a1780dff2ffb57f8a6cfd3d021d019f6b8.tar.gz astro-7310e8a1780dff2ffb57f8a6cfd3d021d019f6b8.tar.zst astro-7310e8a1780dff2ffb57f8a6cfd3d021d019f6b8.zip |
add an alpine integration and update example (#4406)
Diffstat (limited to 'examples/framework-alpine/src')
-rw-r--r-- | examples/framework-alpine/src/pages/index.astro | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/framework-alpine/src/pages/index.astro b/examples/framework-alpine/src/pages/index.astro index 701ab551c..ecfc8499c 100644 --- a/examples/framework-alpine/src/pages/index.astro +++ b/examples/framework-alpine/src/pages/index.astro @@ -22,12 +22,6 @@ import Counter from '../components/Counter.astro'; padding: 2rem; } </style> - - <!-- Load AlpineJS on the page --> - <script> - import Alpine from 'alpinejs'; - Alpine.start(); - </script> </head> <body> <main> |