vuetifyjs / nuxt

Nuxt.js + Vuetify.js starter project template.
MIT License
306 stars 109 forks source link

Fix copyright year syntax #59

Closed XanderLuciano closed 5 years ago

XanderLuciano commented 5 years ago

I forgot vue init tries to parse {{ }}, and thus caused error when trying to use.

This properly escapes the mustache syntax in the component so that it doesn't cause any error now. \{{ }}

image

XanderLuciano commented 5 years ago

PR#60 Also fixes this issue (and others) and can be merged instead of this PR if approved.