Skip to content

Commit

Permalink
🐛 correct vue insomnia plugin usage
Browse files Browse the repository at this point in the history
  • Loading branch information
JAGFx committed Aug 17, 2022
1 parent c597c5d commit f72db98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import store from '@/store';
import '@fortawesome/fontawesome-free/css/all.min.css';
import Vue from 'vue';
import VueClipboard from 'vue-clipboard2';
import VueInsomnia from 'vue-insomnia';
import VueInsomnia from 'vue-insomnia/vueInsomniaPlugin';

Vue.use(VueClipboard);
Vue.use(VueInsomnia);
Expand Down

0 comments on commit f72db98

Please sign in to comment.