Skip to content

Commit

Permalink
Make Vue app use our new router
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Nov 17, 2023
1 parent 32a1ae4 commit 5180e02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ import 'quasar/dist/quasar.css';

import './style.css';
import App from './App.vue';
import { router } from './router';

const pinia = createPinia();
const app = createApp(App);

app.use(router);
app.use(pinia);
app.use(Quasar, { plugins: { Dark } });

Expand Down

0 comments on commit 5180e02

Please sign in to comment.