You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.
Trong trường hợp Vue, khi xem Vue là 1 class thì 1 instance của class này nên được hiểu chính xác là 1 thực thể của class đó.
Tôi thấy câu trả lời trong link stackoverflow bạn đính kèm ở trên là rất chính xác và phù hợp trong trường hợp của Vue Instance:
"instance" is best understood as it relates to "class" in programming. "Classes" are used to define the properties and behavior of a category of things. E.g. A "Car" class might dictate that all cars be defined by their make, model, year, and mileage.
Không nên bó buộc instance chỉ được dùng cho các diễn giải liên quan tới database. Có thể ánh xạ về mặt ý nghĩa, 1 table trong database là 1 class (vì nó định nghĩa các colume/property mà nó chứa bên trong), thì mỗi 1 dòng dữ liệu tương ứng với 1 instance.
Thank you for your contribution but unfortunately we'll gonna archive this repo in favor of the official v3 documentation which is being forked here https://github.com/vuejs-vn/docs-next.
Ý kiến cá nhân, tôi nghĩ "instance" nên dịch thành "thực thể" sẽ hợp lý hơn.
The text was updated successfully, but these errors were encountered: