0๐
โ
I found the answer, my setup was ok and it works with the options API I just had to add the following line in my settings.json file after installing vetur, though this feature to work in experimental.
in settings.json:
"vetur.experimental.templateInterpolationService": true
Source:stackexchange.com