vue-webpack-ssr-fully-featured icon indicating copy to clipboard operation
vue-webpack-ssr-fully-featured copied to clipboard

Q: MetaMixin vs. vue-meta plugin

Open frankis opened this issue 7 years ago • 1 comments

Awesome boilerplate - thanks a lot for sharing. (And I suggest you put an article on medium or so as well).

Looking at the examples from nuxt I came accross vue-meta plugin and wonder why you simply don´t make use of that instead of your mixin? (It´s a

I am sure there is a good reason for that. Given I am new to vue, I hope you can share your thoughts on that.

frankis avatar Sep 28 '17 09:09 frankis

Hey, thanks for getting in touch. I am not sure why I have not tried vue-meta, I should give it a try since it does even support SSR. As soon as I have time I will try to use vue-meta instead of my mixin, actually if you want you can give it a try yourself and let me know :) .

The only valid reason I can think of is that my mixin does support HTTP status codes and originated from the version presented on the SSR official guide.

I will keep you updated as soon as I have some time. If we can get vue-meta working as well as my plugin it would be the best.

crisbal avatar Sep 28 '17 09:09 crisbal