Skip to content

Commit c38de7d

Browse files
authored
Update README.md
1 parent 143d2fe commit c38de7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import {createApp} from 'vue'
3535
import App from './App.vue'
3636
import Loading from 'vue3-loading-screen'
3737

38-
cosnt app = createApp(App)
38+
const app = createApp(App)
3939

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

0 commit comments

Comments
 (0)