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
3784bea3
Commit
3784bea3
authored
May 29, 2021
by
Omar Elkadi
Browse files
fix&update dependancies
parent
18ad4036
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
package-lock.json
View file @
3784bea3
This diff is collapsed.
Click to expand it.
src/App.vue
View file @
3784bea3
...
...
@@ -25,8 +25,8 @@
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
text-align
:
center
;
color
:
$thdblue
;
}
@include
media-breakpoint-down
(
md
)
{
.header-img
{
display
:
none
;
...
...
src/assets/app.js
View file @
3784bea3
import
"
../../node_modules/bootstrap/dist/js/bootstrap
"
;
import
'
../../node_modules/bootstrap/dist/js/bootstrap
'
src/router.js
View file @
3784bea3
import
{
createWebHistory
,
createRouter
}
from
'
vue-router
'
import
Home
from
'
./views/Home.vue
'
import
About
from
'
./views/About.vue
'
import
SickForm
from
'
./views/SickForm.vue
'
const
routes
=
[
{
...
...
@@ -12,6 +13,11 @@ const routes = [
path
:
'
/about
'
,
name
:
'
About
'
,
component
:
About
},
{
path
:
'
/SickForm
'
,
name
:
'
SickForm
'
,
component
:
SickForm
}
]
...
...
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