Closed obonyojimmy closed 8 years ago
Hi , the package does not seem to work with v2 of vue ?
EDIT
Finally got this to work using render() function ie as below :
render()
render: function (createElement) { return createElement( 'div', // tag name [ createElement('section', { props: { center: {lat:1.3048035, lng:36.8473969} }, render: (h) => h(Map) }), ] ) },
Hi , the package does not seem to work with v2 of vue ?
EDIT
Finally got this to work using
render()
function ie as below :