0๐
I have the same problem. In my cas the reaso was that the Facebook was indexing the site without running Vue, so plugin could not work properly.
My solution was to create an index.html with some basic meta inside public folder.
HOwever I belive that there sould be other method to hook into vue rendering functions.
Source:stackexchange.com