Last active
January 16, 2018 01:51
-
-
Save mitchell-garcia/80954d26f90c19fdef7ca0c4456590f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature | vue-class-component | Vue.extend | |
---|---|---|---|
Autocomplete For Component Props In Templates | x | ✅ | |
Type-safety for Props | ✅ | x | |
Type-safety for Data Properties | ✅ | ✅ | |
Type-safety for Computed Properties | ✅ | ✅ | |
Type-safety for Methods | ✅ | ✅ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment