diff --git a/examples/custom-routes/pages/_user.vue b/examples/custom-routes/pages/_user.vue index da06c87ac..4375b79bb 100644 --- a/examples/custom-routes/pages/_user.vue +++ b/examples/custom-routes/pages/_user.vue @@ -1,7 +1,9 @@ @@ -16,5 +18,10 @@ export default { } - diff --git a/examples/custom-routes/pages/index.vue b/examples/custom-routes/pages/index.vue index 2bfc05db9..c3150ec05 100644 --- a/examples/custom-routes/pages/index.vue +++ b/examples/custom-routes/pages/index.vue @@ -1,10 +1,12 @@ - diff --git a/lib/app/components/Loading.vue b/lib/app/components/Loading.vue index d0a915fcc..3aec545ab 100644 --- a/lib/app/components/Loading.vue +++ b/lib/app/components/Loading.vue @@ -73,9 +73,9 @@ export default { Vue.nextTick(() => { setTimeout(() => { this.percent = 0 - }, 100) + }, 200) }) - }, 800) + }, 500) return this }, fail () { @@ -96,7 +96,7 @@ export default { right: 0px; height: 2px; width: 0%; - transition: width 0.2s, opacity 0.6s; + transition: width 0.2s, opacity 0.4s; opacity: 1; background-color: #efc14e; z-index: 999999; diff --git a/package.json b/package.json index 2f77ee585..e57fd7341 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt", - "version": "0.1.7", + "version": "0.1.8", "description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)", "main": "index.js", "license": "MIT",