Skip to content

Commit

Permalink
Removed vue-axios unused dependency. (#742)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Le Ponner <eric.leponner@icloud.com>
  • Loading branch information
ericleponner authored Oct 30, 2023
1 parent a98df5f commit a431849
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
12 changes: 1 addition & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"ethers": "^5.7.2",
"hashconnect": "^0.1.10",
"vue": "^3.3.4",
"vue-axios": "^3.5.2",
"vue-router": "^4.2.5",
"web3-utils": "1.10.0"
},
Expand Down
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import {createApp} from 'vue'
import App from './App.vue'
import router from './router'
import axios from 'axios'
import VueAxios from 'vue-axios'
import Oruga from '@oruga-ui/oruga-next'
import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome";
import { library } from "@fortawesome/fontawesome-svg-core";
Expand All @@ -43,6 +42,5 @@ AxiosMonitor.instance.setTargetAxios(axios)
const app = createApp(App)
app.component("font-awesome-icon", FontAwesomeIcon)
app.use(router)
app.use(VueAxios, axios)
app.use(Oruga, {iconPack: 'fas'})
app.mount('#app')

0 comments on commit a431849

Please sign in to comment.