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

Cannot render static templates correctly #73

Closed
jackmellis opened this issue Jul 11, 2017 · 0 comments
Closed

Cannot render static templates correctly #73

jackmellis opened this issue Jul 11, 2017 · 0 comments
Labels
Milestone

Comments

@jackmellis
Copy link
Owner

jackmellis commented Jul 11, 2017

With a simple template like

<div><span>foo</span></div>

it fails to mount with some weird error. I think because we aren't attaching static render functions to the component...

if you do

<div><span>{{'foo'}}</span></div>

it works just fine

@jackmellis jackmellis added the bug label Jul 11, 2017
@jackmellis jackmellis added this to the 1.0.0 milestone Jul 11, 2017
jackmellis pushed a commit that referenced this issue Jul 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant