vuejs / router

🚦 The official router for Vue.js
https://router.vuejs.org/
MIT License
3.88k stars 1.18k forks source link

docs(zh): translate the currentRoute section of migration to Chinese #2163

Closed make17better closed 7 months ago

make17better commented 7 months ago

Finished the translation of Migrating from Vue 2

Before: 图片

After: 图片

netlify[bot] commented 7 months ago

Deploy Preview for vue-router ready!

Name Link
Latest commit 5272a225b7a25f319ced22c49a6ccbeef894a782
Latest deploy log https://app.netlify.com/sites/vue-router/deploys/65e9028d90b35c0008e44410
Deploy Preview https://deploy-preview-2163--vue-router.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

make17better commented 7 months ago

关于原文中:

The currentRoute property is now a ref()

的翻译,我能想到的有两种译法:

  1. currentRoute 属性现已使用 ref() 声明其响应式状态

  2. currentRoute 属性现已支持 ref() 响应式

哪种会更好一些呢?