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
vuexModule, vueMixin, etc. are too generic IMO. I don't know for sure what would be better, but here are some suggestions:
ClockvineStore (capitalized as it is a class) clockvineModel clockvineEditableModel
The text was updated successfully, but these errors were encountered:
I agree – I'm going to make 0.4 or 0.5 break backwards compatibility, and I'll do something like this then.
Sorry, something went wrong.
So, I did change the names, but didn't namespace them. It seems to me like
import { CollectionComponent } from 'clockvine-vue'
Is reasonable and consistent. If anything, I think I should try to publish as just 'clockvine'.
No branches or pull requests
vuexModule, vueMixin, etc. are too generic IMO. I don't know for sure what would be better, but here are some suggestions:
ClockvineStore (capitalized as it is a class)
clockvineModel
clockvineEditableModel
The text was updated successfully, but these errors were encountered: