Skip to content

Commit

Permalink
vue md v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosct committed Sep 18, 2018
1 parent 24dfc74 commit 0e08bb7
Show file tree
Hide file tree
Showing 70 changed files with 5,405 additions and 573 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm run dev"
},
"dependencies": {
"nouislider": "^11.1.0",
"v-tooltip": "^2.0.0-rc.33",
"vue": "^2.5.17",
"vue-carousel": "^0.13.1",
"vue-clickaway": "^2.2.2",
"vue-lazyload": "^1.2.6",
"vue-material": "^1.0.0-beta-10.2",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>Vue Material Kit by Creative Tim</title>

<!-- Fonts and icons -->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons" />
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
</head>
Expand Down
12 changes: 7 additions & 5 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<template>
<div id="app">
<router-view name="header"/>
<div>
<router-view/>
<div id="material-kit">
<div :class="{'nav-open': NavbarStore.showNavbar}">
<router-view name="header"/>
<div>
<router-view/>
</div>
<router-view name="footer"/>
</div>
<router-view name="footer"/>
</div>
</template>
Loading

0 comments on commit 0e08bb7

Please sign in to comment.