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
deb63dd0
Commit
deb63dd0
authored
Jun 21, 2021
by
Omar Elkadi
Browse files
nothing
parent
1b262d32
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.js
View file @
deb63dd0
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
'
createApp
(
App
).
use
(
VueSweetalert2
).
use
(
router
).
mount
(
'
#app
'
)
// const options = {
// confirmButtonColor: '#1a4273'
// }
createApp
(
App
).
use
(
router
).
mount
(
'
#app
'
)
Omar Elkadi
@oe01264
mentioned in commit
9c9eb28d
·
Jun 21, 2021
mentioned in commit
9c9eb28d
mentioned in commit 9c9eb28da71dc23984be6f5ec36a5dfa2571f3bf
Toggle commit list
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