[Vuejs]-Google Charts wont take js variable

0👍

Fixed it, If you’re in a vue component, you need to declare the variables outside of the export function in their own var.

Leave a comment