nuxt-typed-router 3.7.1 → 3.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/module.json +1 -1
- package/dist/module.mjs +0 -14
- package/package.json +1 -1
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -607,20 +607,6 @@ function createTypedRouterDefinitionFile() {
|
|
|
607
607
|
$props: TypedNuxtLinkProps<T, P, E>;
|
|
608
608
|
};
|
|
609
609
|
|
|
610
|
-
declare module '@vue/runtime-core' {
|
|
611
|
-
interface GlobalComponents {
|
|
612
|
-
NuxtLink: TypedNuxtLink;
|
|
613
|
-
${returnIfTrue(i18n, ` NuxtLinkLocale: TypedNuxtLinkLocale;`)}
|
|
614
|
-
}
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
declare module '@vue/runtime-dom' {
|
|
618
|
-
interface GlobalComponents {
|
|
619
|
-
NuxtLink: TypedNuxtLink;
|
|
620
|
-
${returnIfTrue(i18n, ` NuxtLinkLocale: TypedNuxtLinkLocale;`)}
|
|
621
|
-
}
|
|
622
|
-
}
|
|
623
|
-
|
|
624
610
|
declare module 'vue' {
|
|
625
611
|
interface GlobalComponents {
|
|
626
612
|
NuxtLink: TypedNuxtLink;
|