jshmrtn / vue3-gettext

Translate Vue 3 applications with gettext.
https://jshmrtn.github.io/vue3-gettext/
MIT License
66 stars 23 forks source link

Update chmod to 0o666 #2

Closed itechmeat closed 3 years ago

itechmeat commented 3 years ago

With chmod 666 I have an error on my mac: [@vue/compiler-sfc] compileTemplate now requires the 'id' option. 0o666 works fine

lzurbriggen commented 3 years ago

@itechmeat Thank you! I just released v1.0.1 with your fix.