We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f75f06 commit 3b642ddCopy full SHA for 3b642dd
package.json
@@ -46,7 +46,7 @@
46
"lint": "eslint .",
47
"lint:fix": "eslint . --fix",
48
"test": "vitest",
49
- "test:types": "tsc --noEmit"
+ "test:types": "npx nuxi typecheck"
50
},
51
"build": {
52
"externals": [
src/runtime/components/ScriptLemonSqueezyButton.vue
@@ -20,10 +20,8 @@ const { $script } = useScriptLemonSqueezy({
20
21
})
22
onMounted(() => {
23
- // @ts-expect-error untyped
24
$script.then(({ Setup }) => {
25
Setup({
26
27
eventHandler(event) {
28
emits('event', event)
29
0 commit comments