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

Unable to add to material-vue layout #87

Closed
delaneyj opened this issue Mar 30, 2017 · 4 comments
Closed

Unable to add to material-vue layout #87

delaneyj opened this issue Mar 30, 2017 · 4 comments

Comments

@delaneyj
Copy link

delaneyj commented Mar 30, 2017

Expected Behavior

Able to add to Material Vue Layout

Actual Behavior

Have a test graph based on the examples called MonthlyGraph that shows up fine

        <monthly-income />
        <md-layout md-gutter>
          <md-layout>
            Foo
          </md-layout>
          <md-layout>
            Bar
          </md-layout>
        </md-layout>

a

Replacing the Foo with <monthly-income /> updates properly in dev mode.
b

However on a refresh of the page the graph disappears
c

Also tried changing to use :width and :height props with no further success

Environment

  • vue.js version: 2.2.6
  • vue-chart.js version: 2.5.6
  • npm version: 4.1.2
@apertureless
Copy link
Owner

Hi @delaneyj
mh never used vue material layout.

Does any error get thrown?

@delaneyj
Copy link
Author

delaneyj commented Apr 3, 2017

No @apertureless, no errors, nothing, just blank div the right size.

@apertureless
Copy link
Owner

Can you provide a small jsfiddle / codepen ? Hard to say whats the problem without seeing any code :)

@apertureless
Copy link
Owner

@delaneyj bump?

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

No branches or pull requests

2 participants