The far biggest problem with Vue for me is the template language. Once you've used JSX you just don't go back to Angular style templates.
(1) You can use JSX with Vue. https://vuejs.org/v2/guide/render-function.html#JSX
(2) By "Angular style templates" do you mean Vue's Single File Components? Because from my POV they're glorious, and the primary reason I'd be reluctant to use React instead of Vue.