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
Able to add to Material Vue Layout
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>
Replacing the Foo with <monthly-income /> updates properly in dev mode.
Foo
<monthly-income />
However on a refresh of the page the graph disappears
Also tried changing to use :width and :height props with no further success
The text was updated successfully, but these errors were encountered:
Hi @delaneyj mh never used vue material layout.
Does any error get thrown?
Sorry, something went wrong.
No @apertureless, no errors, nothing, just blank div the right size.
Can you provide a small jsfiddle / codepen ? Hard to say whats the problem without seeing any code :)
@delaneyj bump?
No branches or pull requests
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
Replacing the
Foo
with<monthly-income />
updates properly in dev mode.However on a refresh of the page the graph disappears
Also tried changing to use :width and :height props with no further success
Environment
The text was updated successfully, but these errors were encountered: