Skip to content
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

feat(MdApp): custom class and style #1256

Merged
merged 1 commit into from Dec 5, 2017
Merged

feat(MdApp): custom class and style #1256

merged 1 commit into from Dec 5, 2017

Conversation

VdustR
Copy link
Member

@VdustR VdustR commented Dec 4, 2017

Make custom classes and style allowed in MdApp.

Example:

  <md-app :class="appClass" style="height: 100vh;">
    <md-app-toolbar class="md-primary">
      <span class="md-title">My Title</span>
    </md-app-toolbar>
  <md-app>

fix #1222, #1250.

Related to #1254 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to set full height in md-app
2 participants