提交 fe3513c5 编写于 作者: J Jakub Strebeyko

Update 4.10.1

上级 bf4cc581
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>mdb-admin-template</title> <title>MDB Admin Template</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
"version": "4.0.0", "version": "4.0.0",
"description": "MDB Admin Dashboard", "description": "MDB Admin Dashboard",
"author": "MDBootstrap <support@mdbootstrap.com>", "author": "MDBootstrap <support@mdbootstrap.com>",
"license": "MIT",
"scripts": { "scripts": {
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run dev", "start": "npm run dev",
...@@ -12,7 +13,7 @@ ...@@ -12,7 +13,7 @@
"dependencies": { "dependencies": {
"bootstrap-css-only": "^4.1.3", "bootstrap-css-only": "^4.1.3",
"font-awesome": "4.7.0", "font-awesome": "4.7.0",
"mdbvue": "^4.10.0", "mdbvue": "^4.10.1",
"vue": "^2.5.2", "vue": "^2.5.2",
"vue-router": "^3.0.1", "vue-router": "^3.0.1",
"vue2-google-maps": "^0.9.7" "vue2-google-maps": "^0.9.7"
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<mdb-navbar-brand href="https://mdbootstrap.com/docs/vue/" target="_blank">MDB</mdb-navbar-brand> <mdb-navbar-brand href="https://mdbootstrap.com/docs/vue/" target="_blank">MDB</mdb-navbar-brand>
<mdb-navbar-toggler> <mdb-navbar-toggler>
<mdb-navbar-nav left> <mdb-navbar-nav left>
<router-link to="/dashboard" @click.native="activeItem = 1"><mdb-nav-item href="" waves-fixed active class="active">Home</mdb-nav-item></router-link> <mdb-nav-item href="/" waves-fixed active class="active" router >Home</mdb-nav-item>
<mdb-nav-item href="https://mdbootstrap.com/docs/vue/getting-started/quick-start/" waves-fixed>About MDB</mdb-nav-item> <mdb-nav-item href="https://mdbootstrap.com/docs/vue/getting-started/quick-start/" waves-fixed>About MDB</mdb-nav-item>
<mdb-nav-item href="https://mdbootstrap.com/docs/vue/getting-started/download/" waves-fixed>Free download</mdb-nav-item> <mdb-nav-item href="https://mdbootstrap.com/docs/vue/getting-started/download/" waves-fixed>Free download</mdb-nav-item>
<mdb-nav-item href="https://mdbootstrap.com/education/bootstrap/" waves-fixed>Free tutorials</mdb-nav-item> <mdb-nav-item href="https://mdbootstrap.com/education/bootstrap/" waves-fixed>Free tutorials</mdb-nav-item>
......
...@@ -9,6 +9,7 @@ import BadGateway from '@/components/BadGateway' ...@@ -9,6 +9,7 @@ import BadGateway from '@/components/BadGateway'
Vue.use(Router) Vue.use(Router)
export default new Router({ export default new Router({
mode: 'history',
routes: [ routes: [
{ {
path: '/dashboard', path: '/dashboard',
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册