We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96be35b commit 19a07baCopy full SHA for 19a07ba
website/.vitepress/theme/SnapfillDemo.vue
@@ -93,7 +93,7 @@ onMounted(async () => {
93
cartDetectorScript,
94
valueCaptureScript,
95
buildFillScript,
96
- } = await import('@snapfill/core');
+ } = await import('@snap-fill/core/injectable');
97
98
// Execute detection scripts in global scope
99
(0, eval)(formDetectorScript);
0 commit comments