]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: comment fix
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 8 Jul 2022 08:36:37 +0000 (10:36 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 8 Jul 2022 08:36:37 +0000 (10:36 +0200)
packages/pinia/src/vue2-plugin.ts

index 293f6d83e08315ea1f5281a974da11d1654d6a8d..2ff4d17a7c17fce0594fe9d412900dc9ee626f1a 100644 (file)
@@ -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 = {}