Skip to content

Conversation

@davidwallacejackson
Copy link
Contributor

Right now, if you run vue-highcharts in the runtime-only build of Vue (which seems to be the default, at least in a vue-cli project) it raises an error saying that the template option is unsupported if you're using a build without the template compiler included.

Since the template just created a container <div>, I figured it would be easy enough to just swap it with a trivial render function. I've tried installing this build in my project, and it seems to work -- the tests also pass.

@weizhenye
Copy link
Owner

Thanks for your PR.

@weizhenye weizhenye merged commit dfa83b1 into weizhenye:master Nov 10, 2016
@weizhenye
Copy link
Owner

Oh, I just realized that Vue 1.x doesn't support render function.

weizhenye added a commit that referenced this pull request Nov 10, 2016
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.

2 participants