Skip to content

Commit

Permalink
Fix missing loading quasar plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinovantes committed Aug 7, 2024
1 parent d236e02 commit c1f2646
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/renderer/renderer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import './client/assets/css/main.scss'
import { createPinia } from 'pinia'
import { Notify, Quasar } from 'quasar'
import { Notify, Quasar, Loading } from 'quasar'
import { createApp } from 'vue'
import App from './client/App.vue'
import { createVueRouter } from './client/router/createVueRouter'
Expand Down Expand Up @@ -30,6 +30,7 @@ async function main() {
app.use(Quasar, {
plugins: {
Notify,
Loading,
},
config: {
dark: true,
Expand Down

0 comments on commit c1f2646

Please sign in to comment.