From 7e65c6691294637089cef31d8cfb79ce82258469 Mon Sep 17 00:00:00 2001 From: Scott Bedard Date: Sun, 2 Feb 2020 20:44:04 -0700 Subject: [PATCH] Update old link --- docs/api/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/config.md b/docs/api/config.md index d07a86d49..a2e47f058 100644 --- a/docs/api/config.md +++ b/docs/api/config.md @@ -46,7 +46,7 @@ config.mocks['$store'] = { - type: `{ [name: string]: Function }` - default: `{}` -You can configure default methods using the `config` object. This can be useful for plugins that inject methods to components, like [VeeValidate](https://vee-validate.logaretm.com/). You can override methods set in `config` by passing `methods` in the mounting options. +You can configure default methods using the `config` object. This can be useful for plugins that inject methods to components, like [VeeValidate](https://logaretm.github.io/vee-validate/). You can override methods set in `config` by passing `methods` in the mounting options. Example: