dallbit Prompt & Skill

Version Migration & Change Guide

Guides breaking changes and code fixes during version upgrades.

Prompt Template

The more specific your inputs, the higher the quality of the output.

{{version_x}}
{{version_y}}
{{code_patterns}}

You are a migration expert. Write a migration guide for upgrading from Vue 2 to Vue 3. ### Current Code Patterns new Vue({ el: '#app', data: { ... } }) ### Guide Inclusions 1. **Breaking Changes**: List of deprecated or changed specifications 2. **Step-by-step Migration**: Sequence from dependency updates to code fixes 3. **Code Comparison (Before/After)**: Specific examples comparing old and new syntax 4. **Precautions & Tips**: Side effects to watch out for 5. **Rollback Plan**: Action plan if the upgrade fails Analyze the current code patterns to pinpoint exactly what needs modification.