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

fix&update dependancies

parent 18ad4036
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -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;
......
import "../../node_modules/bootstrap/dist/js/bootstrap";
import '../../node_modules/bootstrap/dist/js/bootstrap'
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
}
]
......
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