Skip to content

Commit

Permalink
chore: comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 8, 2022
1 parent 40934f0 commit dd20e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pinia/src/vue2-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit dd20e84

Please sign in to comment.