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.
useScriptCrisp
1 parent 42ef331 commit 0c3cc4cCopy full SHA for 0c3cc4c
packages/nuxt/src/app/composables/script-stubs.ts
@@ -45,6 +45,10 @@ export function useScriptCloudflareWebAnalytics (...args: unknown[]) {
45
renderStubMessage('useScriptCloudflareWebAnalytics')
46
}
47
// eslint-disable-next-line @typescript-eslint/no-unused-vars
48
+export function useScriptCrisp (...args: unknown[]) {
49
+ renderStubMessage('useScriptCrisp')
50
+}
51
+// eslint-disable-next-line @typescript-eslint/no-unused-vars
52
export function useScriptFathomAnalytics (...args: unknown[]) {
53
renderStubMessage('useScriptFathomAnalytics')
54
0 commit comments