|
| 1 | +/guide/ /guide/introduction.html |
| 2 | +/support-vuejs/ /sponsor/ |
| 3 | +/ecosystem/partners.html /partners/ |
| 4 | +/resources/* /ecosystem/:splat |
| 5 | +# From Vue v2 runtime warnings |
| 6 | +/guide/computed.html https://v2.vuejs.org/v2/guide/computed.html |
| 7 | +/guide/custom-directive.html https://v2.vuejs.org/v2/guide/custom-directive.html |
| 8 | +/guide/deployment.html https://v2.vuejs.org/v2/guide/deployment.html |
| 9 | +/guide/list.html https://v2.vuejs.org/v2/guide/list.html |
| 10 | +# https://vuejs.org/v2/api/#data |
| 11 | +# /v2/api/ https://v2.vuejs.org/v2/api/ |
| 12 | +# https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties |
| 13 | +# /v2/guide/reactivity.html https://v2.vuejs.org/v2/guide/reactivity.html |
| 14 | +# https://vuejs.org/v2/guide/components.html#data-Must-Be-a-Function |
| 15 | +# /v2/guide/components.html https://v2.vuejs.org/v2/guide/components.html |
| 16 | +/v2/guide/team.html /about/team.html |
| 17 | +/v2/guide/join.html /about/community-guide.html |
| 18 | +/v2/examples/ https://vuejs.org/examples/#markdown |
| 19 | +/v2/examples/commits.html https://vuejs.org/examples/#fetching-data |
| 20 | +/v2/examples/modal.html https://vuejs.org/examples/#modal |
| 21 | +/v2/examples/grid-component.html https://vuejs.org/examples/#grid |
| 22 | +/v2/examples/svg.html https://vuejs.org/examples/#svg |
| 23 | +/v2/examples/todomvc.html https://vuejs.org/examples/#todomvc |
| 24 | +/v2/examples/tree-view.html https://vuejs.org/examples/#tree |
| 25 | +/v2/api/ /api/ |
| 26 | +/v2/api/index.html /api/ |
| 27 | +/v2/guide/ /guide/introduction.html |
| 28 | +/v2/guide/index.html /guide/introduction.html |
| 29 | +/v2/guide/installation.html /guide/quick-start.html |
| 30 | +/v2/guide/instance.html /guide/essentials/application.html |
| 31 | +/v2/guide/syntax.html /guide/essentials/template-syntax.html |
| 32 | +/v2/guide/computed.html /guide/essentials/computed.html |
| 33 | +/v2/guide/class-and-style.html /guide/essentials/class-and-style.html |
| 34 | +/v2/guide/conditional.html /guide/essentials/conditional.html |
| 35 | +/v2/guide/list.html /guide/essentials/list.html |
| 36 | +/v2/guide/events.html /guide/essentials/event-handling.html |
| 37 | +/v2/guide/forms.html /guide/essentials/forms.html |
| 38 | +/v2/guide/components.html /guide/essentials/component-basics.html |
| 39 | +/v2/guide/components-registration.html /guide/components/registration.html |
| 40 | +/v2/guide/components-props.html /guide/components/props.html |
| 41 | +/v2/guide/components-custom-events.html /guide/components/events.html |
| 42 | +/v2/guide/components-slots.html /guide/components/slots.html |
| 43 | +/v2/guide/components-dynamic-async.html /guide/built-ins/keep-alive.html |
| 44 | +/v2/guide/transitions.html /guide/built-ins/transition.html |
| 45 | +/v2/guide/transitioning-state.html /guide/extras/animation.html |
| 46 | +/v2/guide/custom-directive.html /guide/reusability/custom-directives.html |
| 47 | +/v2/guide/render-function.html /guide/extras/render-function.html |
| 48 | +/v2/guide/plugins.html /guide/reusability/plugins.html |
| 49 | +/v2/guide/single-file-components.html /guide/scaling-up/sfc.html |
| 50 | +/v2/guide/testing.html /guide/scaling-up/testing.html |
| 51 | +/v2/guide/typescript.html /guide/typescript/overview.html |
| 52 | +/v2/guide/deployment.html /guide/best-practices/production-deployment.html |
| 53 | +/v2/guide/routing.html /guide/scaling-up/routing.html |
| 54 | +/v2/guide/state-management.html /guide/scaling-up/state-management.html |
| 55 | +/v2/guide/ssr.html /guide/scaling-up/ssr.html |
| 56 | +/v2/guide/security.html /guide/best-practices/security.html |
| 57 | +/v2/guide/reactivity.html /guide/extras/reactivity-in-depth.html |
| 58 | + |
| 59 | +/v2/* https://v2.vuejs.org/v2/:splat?redirect=true 302 |
| 60 | + |
| 61 | +/*.txt /:splat.md 301 |
| 62 | +/llms.md /llms.txt 301 |
| 63 | +/llms.txt /llms.txt 200! |
| 64 | +/llms-full.txt /llms-full.txt 200! |
0 commit comments