Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HELMAB authored Mar 6, 2022
1 parent 143d2fe commit c38de7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import {createApp} from 'vue'
import App from './App.vue'
import Loading from 'vue3-loading-screen'

cosnt app = createApp(App)
const app = createApp(App)

app.use(Loading, /*{...}*/)

Expand Down

0 comments on commit c38de7d

Please sign in to comment.