From: Eduardo San Martin Morote Date: Fri, 8 Jul 2022 08:36:37 +0000 (+0200) Subject: chore: comment fix X-Git-Tag: @pinia/nuxt@0.2.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd20e84b6d605ba597d8bafd6547fce1e86a216b;p=thirdparty%2Fvuejs%2Fpinia.git chore: comment fix --- diff --git a/packages/pinia/src/vue2-plugin.ts b/packages/pinia/src/vue2-plugin.ts index 293f6d83..2ff4d17a 100644 --- a/packages/pinia/src/vue2-plugin.ts +++ b/packages/pinia/src/vue2-plugin.ts @@ -33,7 +33,7 @@ export const PiniaVuePlugin: Plugin = function (_Vue) { const options = this.$options if (options.pinia) { const pinia = options.pinia as Pinia - // HACK: taken from provide(): https://github.com/vuejs/composition-api/blob/master/src/apis/inject.ts#L30 + // HACK: taken from provide(): https://github.com/vuejs/composition-api/blob/main/src/apis/inject.ts#L31 /* istanbul ignore else */ if (!(this as any)._provided) { const provideCache = {}