From 31257dfe3a216cb154e33bd0a58601765c227129 Mon Sep 17 00:00:00 2001 From: Quique Fdez Guerra Date: Fri, 1 Dec 2017 13:38:45 +0100 Subject: [PATCH] Change name of method link for path --- examples/i18n/plugins/i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/i18n/plugins/i18n.js b/examples/i18n/plugins/i18n.js index 6940eef009..3ecb33552a 100644 --- a/examples/i18n/plugins/i18n.js +++ b/examples/i18n/plugins/i18n.js @@ -15,7 +15,7 @@ export default ({ app, store }) => { } }) - app.i18n.link = (link) => { + app.i18n.path = (link) => { if (app.i18n.locale === app.i18n.fallbackLocale) { return `/${link}` }