Skip to content
Snippets Groups Projects
Commit 9c9eb28d authored by Omar Elkadi's avatar Omar Elkadi
Browse files

Revert "nothing"

This reverts commit deb63dd0
parent 55467901
No related branches found
No related tags found
No related merge requests found
import { createApp } from 'vue'
import App from './App.vue'
import VueSweetalert2 from 'vue-sweetalert2'
import 'sweetalert2/dist/sweetalert2.min.css'
// add routing script to the main
import router from './router'
// const options = {
// confirmButtonColor: '#1a4273'
// }
createApp(App).use(router).mount('#app')
createApp(App).use(VueSweetalert2).use(router).mount('#app')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment