We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6baebe5 commit 90c455eCopy full SHA for 90c455e
lib/index.js
@@ -62,6 +62,8 @@ const vueLinkFactory = (slashes, isNuxt) => ({
62
63
export const VueLink = vueLinkFactory()
64
export const ForNuxt = vueLinkFactory(undefined, true)
65
+export const ForNuxtAddSlash = vueLinkFactory(slashOptions.ADD, true)
66
+export const ForNuxtStripSlash = vueLinkFactory(slashOptions.STRIP, true)
67
export const VueLinkAddSlash = vueLinkFactory(slashOptions.ADD)
68
export const VueLinkStripSlash = vueLinkFactory(slashOptions.STRIP)
69
0 commit comments