]> git.ipfire.org Git - thirdparty/vuejs/router.git/commit
refactor: rename explorations into playground
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 24 Jan 2020 08:42:25 +0000 (09:42 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 24 Jan 2020 08:42:25 +0000 (09:42 +0100)
commit71acdb43fb45ea625ed08576707ae799a6bebdc9
treeea786c923f039dfc303aa02934f812ac63b083d0
parent6f96915911d72b9cabdbd41c4e930f4efb25cd41
refactor: rename explorations into playground
16 files changed:
playground/App.vue [moved from explorations/App.vue with 100% similarity]
playground/index.html [moved from explorations/html5.html with 100% similarity]
playground/main.ts [moved from explorations/html5.ts with 100% similarity]
playground/router.ts [moved from explorations/router.ts with 100% similarity]
playground/scrollWaiter.ts [moved from explorations/scrollWaiter.ts with 100% similarity]
playground/shim.d.ts [moved from explorations/shim.d.ts with 100% similarity]
playground/store.ts [moved from explorations/store.ts with 100% similarity]
playground/tsconfig.json [moved from explorations/tsconfig.json with 100% similarity]
playground/views/ComponentWithData.vue [moved from explorations/views/ComponentWithData.vue with 100% similarity]
playground/views/Generic.vue [moved from explorations/views/Generic.vue with 100% similarity]
playground/views/GuardedWithLeave.vue [moved from explorations/views/GuardedWithLeave.vue with 100% similarity]
playground/views/Home.vue [moved from explorations/views/Home.vue with 100% similarity]
playground/views/LongView.vue [moved from explorations/views/LongView.vue with 100% similarity]
playground/views/NotFound.vue [moved from explorations/views/NotFound.vue with 100% similarity]
playground/views/User.vue [moved from explorations/views/User.vue with 100% similarity]
webpack.config.js