[Vuejs]-Safari shows a component error while the other browsers do not

2👍

This is because Safari does not support es6 template string syntax . In order to fix it you should use Webpack or just a Babel to add support for new es6 features.

Leave a comment