Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Omar Elkadi
PStA WP2 OmarElkadi1
Commits
9c9eb28d
Commit
9c9eb28d
authored
Jun 21, 2021
by
Omar Elkadi
Browse files
Revert "nothing"
This reverts commit
deb63dd0
parent
55467901
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.js
View file @
9c9eb28d
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
'
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment