Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'alpinejs/packages/morph/src/index.js')
-rw-r--r--alpinejs/packages/morph/src/index.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/alpinejs/packages/morph/src/index.js b/alpinejs/packages/morph/src/index.js
new file mode 100644
index 0000000..93c46b2
--- /dev/null
+++ b/alpinejs/packages/morph/src/index.js
@@ -0,0 +1,7 @@
+import { morph } from './morph'
+
+export default function (Alpine) {
+ Alpine.morph = morph
+}
+
+export { morph }