-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
MdAppDrawer, MdAppContent, MdAppToolbar in PascalCase don't display inside MdApp #1992
Comments
According to Vuejs docs
https://vuejs.org/v2/style-guide/#Component-name-casing-in-templates-strongly-recommended |
@zapping problem occurs in single-file component not in a DOM template |
@Samuell1 but according to the docs it's strongly recommended to use Pascal case in single-file components. Certanly i can fix it by renaming, but it should work in both cases |
Yeah, thanks for PR!. I look at your PR later and if everything will be fine i merge it to dev. |
Steps to reproduce
Forked vue-material quick start example,
Made simple MdApp with toolbar, content and drawer.
All components written in PascalCase
Which browser?
vue: latest
vue-material: latest
Browser: Chrome 71
What is expected?
App with toolbar, drawer and content
What is actually happening?
Nothing
Reproduction Link
https://codesandbox.io/s/o7qo94np5y
The text was updated successfully, but these errors were encountered: