Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from knighttower/quick-fix
Browse files Browse the repository at this point in the history
WIP --VERIFIED
  • Loading branch information
knighttower authored Sep 6, 2022
2 parents 08b5357 + 08b5cec commit 8725d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adaptive.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ export default (function(window) {
// For Options API
app.config.globalProperties.$Adaptive = Adaptive;
// For composition API
app.provide('Adpative', Adaptive);
app.provide('$Adpative', Adaptive);
},
};

Expand Down

0 comments on commit 8725d94

Please sign in to comment.