diff --git a/examples/routes-transition/README.md b/examples/routes-transitions/README.md similarity index 97% rename from examples/routes-transition/README.md rename to examples/routes-transitions/README.md index 1a7200cb63..f8a2c49b00 100644 --- a/examples/routes-transition/README.md +++ b/examples/routes-transitions/README.md @@ -4,7 +4,7 @@ ## Usage -🎬 [Demonstration video]() +🎬 [Demonstration video](https://www.youtube.com/watch?v=RIXOzJWFfc8) The default transition name Nuxt.js uses is `page`. diff --git a/examples/routes-transition/assets/main.css b/examples/routes-transitions/assets/main.css similarity index 100% rename from examples/routes-transition/assets/main.css rename to examples/routes-transitions/assets/main.css diff --git a/examples/routes-transition/nuxt.config.js b/examples/routes-transitions/nuxt.config.js similarity index 100% rename from examples/routes-transition/nuxt.config.js rename to examples/routes-transitions/nuxt.config.js diff --git a/examples/routes-transition/package.json b/examples/routes-transitions/package.json similarity index 100% rename from examples/routes-transition/package.json rename to examples/routes-transitions/package.json diff --git a/examples/routes-transition/pages/about.vue b/examples/routes-transitions/pages/about.vue similarity index 100% rename from examples/routes-transition/pages/about.vue rename to examples/routes-transitions/pages/about.vue diff --git a/examples/routes-transition/pages/index.vue b/examples/routes-transitions/pages/index.vue similarity index 100% rename from examples/routes-transition/pages/index.vue rename to examples/routes-transitions/pages/index.vue