Update src/main.js

This commit is contained in:
sweep-ai[bot] 2023-08-04 11:06:51 +00:00 committed by GitHub
parent d8930eb6d3
commit 32f01a8e04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -532,5 +532,4 @@ const app = createApp(App);
app.use(i18n);
app.use(router);
app.mixin(mixin);
app.component("FontAwesomeIcon", FontAwesomeIcon);
app.mount("#app");