I'm getting following syntax error when compilling my assets:
Syntax Error: SyntaxError: C:\xampp\htdocs\dtcburger.com\resources\js\components\stripe\STRIPEform3.vue: Unexpected token, expected ";" (51:12)
49 | {
50 | stripe:null,
> 51 | stripePK: stripePK,
| ^
52 | stripeStyles: stripeStyles,
53 | cardNumberElement:null,
54 | cardExpiryElement:null,

Here is how my code looks, is it because I used ES syntax for component data?