@vueuse/head
Advanced tools
Comparing version 0.9.6 to 0.9.7
@@ -156,2 +156,5 @@ import * as vue from 'vue'; | ||
addHeadObjs: (objs: UseHeadInput<T>, options?: HeadEntryOptions) => () => void; | ||
/** | ||
* @deprecated Use the return function from `addHeadObjs` | ||
*/ | ||
removeHeadObjs: (objs: UseHeadInput<T>) => void; | ||
@@ -158,0 +161,0 @@ updateDOM: (document?: Document, force?: boolean) => void; |
@@ -609,2 +609,3 @@ "use strict"; | ||
const doDomUpdate = () => { | ||
domUpdateTick = null; | ||
for (const k in head.hookBeforeDomUpdate) { | ||
@@ -615,3 +616,2 @@ if (head.hookBeforeDomUpdate[k](domCtx.actualTags) === false) | ||
updateDOM({ domCtx, document, previousTags }); | ||
domUpdateTick = null; | ||
}; | ||
@@ -618,0 +618,0 @@ if (force) { |
{ | ||
"name": "@vueuse/head", | ||
"version": "0.9.6", | ||
"version": "0.9.7", | ||
"packageManager": "pnpm@7.5.0", | ||
@@ -5,0 +5,0 @@ "description": "Document head manager for Vue 3. SSR ready.", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57426
1448