diff options
Diffstat (limited to 'node_modules/vuepress/lib/app/.temp/routes.js')
| -rw-r--r-- | node_modules/vuepress/lib/app/.temp/routes.js | 178 |
1 files changed, 0 insertions, 178 deletions
diff --git a/node_modules/vuepress/lib/app/.temp/routes.js b/node_modules/vuepress/lib/app/.temp/routes.js deleted file mode 100644 index 1c8d20d6..00000000 --- a/node_modules/vuepress/lib/app/.temp/routes.js +++ /dev/null @@ -1,178 +0,0 @@ -import Vue from 'vue' - -import ThemeLayout from '@themeLayout' -import ThemeNotFound from '@themeNotFound' -import { injectMixins } from '@app/util' -import rootMixins from '@app/root-mixins' - -injectMixins(ThemeLayout, rootMixins) -injectMixins(ThemeNotFound, rootMixins) - -export const routes = [ - { - name: "v-2614641d01439", - path: "/", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/README.md").then(comp => { - Vue.component("v-2614641d01439", comp.default) - next() - }) - } - }, - { - path: "/index.html", - redirect: "/" - }, - { - name: "v-ca0d3c6d3b947", - path: "/api/introduction.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/api/introduction.md").then(comp => { - Vue.component("v-ca0d3c6d3b947", comp.default) - next() - }) - } - }, - { - name: "v-4cee7b9659743", - path: "/guide/faq.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/guide/faq.md").then(comp => { - Vue.component("v-4cee7b9659743", comp.default) - next() - }) - } - }, - { - name: "v-209fc19462fa6", - path: "/guide/getting-started.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/guide/getting-started.md").then(comp => { - Vue.component("v-209fc19462fa6", comp.default) - next() - }) - } - }, - { - name: "v-3ab176aebc1f4", - path: "/guide/introduction.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/guide/introduction.md").then(comp => { - Vue.component("v-3ab176aebc1f4", comp.default) - next() - }) - } - }, - { - name: "v-3b936eb8ef4c1", - path: "/guide/sponsors.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/guide/sponsors.md").then(comp => { - Vue.component("v-3b936eb8ef4c1", comp.default) - next() - }) - } - }, - { - name: "v-ba9eb56bb695a", - path: "/plugin/introduction.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/plugin/introduction.md").then(comp => { - Vue.component("v-ba9eb56bb695a", comp.default) - next() - }) - } - }, - { - name: "v-ed7962dcbc27f", - path: "/zh/", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/zh/README.md").then(comp => { - Vue.component("v-ed7962dcbc27f", comp.default) - next() - }) - } - }, - { - path: "/zh/index.html", - redirect: "/zh/" - }, - { - name: "v-540f63bba413e", - path: "/zh/api/introduction.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/zh/api/introduction.md").then(comp => { - Vue.component("v-540f63bba413e", comp.default) - next() - }) - } - }, - { - name: "v-02760b3923029", - path: "/zh/guide/faq.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/zh/guide/faq.md").then(comp => { - Vue.component("v-02760b3923029", comp.default) - next() - }) - } - }, - { - name: "v-60de9668a20a5", - path: "/zh/guide/getting-started.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/zh/guide/getting-started.md").then(comp => { - Vue.component("v-60de9668a20a5", comp.default) - next() - }) - } - }, - { - name: "v-0f1def6098c93", - path: "/zh/guide/introduction.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/zh/guide/introduction.md").then(comp => { - Vue.component("v-0f1def6098c93", comp.default) - next() - }) - } - }, - { - name: "v-de6097dc9e908", - path: "/zh/guide/sponsors.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/zh/guide/sponsors.md").then(comp => { - Vue.component("v-de6097dc9e908", comp.default) - next() - }) - } - }, - { - name: "v-06da4c6c1298e", - path: "/zh/plugin/introduction.html", - component: ThemeLayout, - beforeEnter: (to, from, next) => { - import("/Users/ruki/projects/personal/xmake-docs/src/zh/plugin/introduction.md").then(comp => { - Vue.component("v-06da4c6c1298e", comp.default) - next() - }) - } - }, - { - path: '*', - component: ThemeNotFound - } -]
\ No newline at end of file |
