We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
官网提到的值得关注新特性如下:
<script setup>
v-bind
<style>
<style scoped>
https://v3-migration.vuejs.org/ https://github.com/vuejs/core/releases?q=3.0
提升”易用性、性能、更轻、可维护性、开发体验“等方面
打包的时候通过Tree Shaking优化,核心库体积更小。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Vue3 新特性(API层面)
官网提到的值得关注新特性如下:
<script setup>
v-bind
in<style>
)<style scoped>
Vue3 设计目标(本质:原理层面)
提升”易用性、性能、更轻、可维护性、开发体验“等方面
1. 更易使用
2. 性能提升:
3. 更轻:
打包的时候通过Tree Shaking优化,核心库体积更小。
4. 更容易维护
5. 体验更加友好
The text was updated successfully, but these errors were encountered: