mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
fix(nuxt): add useScriptCrisp
scripts stub
This commit is contained in:
parent
42ef331816
commit
0c3cc4cf30
@ -45,6 +45,10 @@ export function useScriptCloudflareWebAnalytics (...args: unknown[]) {
|
|||||||
renderStubMessage('useScriptCloudflareWebAnalytics')
|
renderStubMessage('useScriptCloudflareWebAnalytics')
|
||||||
}
|
}
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
|
export function useScriptCrisp (...args: unknown[]) {
|
||||||
|
renderStubMessage('useScriptCrisp')
|
||||||
|
}
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
export function useScriptFathomAnalytics (...args: unknown[]) {
|
export function useScriptFathomAnalytics (...args: unknown[]) {
|
||||||
renderStubMessage('useScriptFathomAnalytics')
|
renderStubMessage('useScriptFathomAnalytics')
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user