You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried this plugin with Nuxt.js. Everything works fine except SSR - plugin works only on client side.
Can vue-linkify prepare HTML on server side? Thanx.
plugins/vue-linkify.js:
import Vue from 'vue'
import linkify from 'vue-linkify'
Vue.directive('linkified', linkify)
I tried this plugin with Nuxt.js. Everything works fine except SSR - plugin works only on client side.
Can vue-linkify prepare HTML on server side? Thanx.
plugins/vue-linkify.js:
template:
The text was updated successfully, but these errors were encountered: