Sleep

1 vue-bind-once - Vue.js Feed #.\n\nA little, SSR-safe directive for binding arbitrary data to a component.\n\nQuick Start.\nTo begin with mount vue-bind-once:.\nyarn include vue-bind-once.\n\n

or even npm.npm put in vue-bind-once-- conserve.Sign up regulation.bring in createApp coming from 'vue'.bring in Application coming from './ App.vue'.bring in BindOnceDirective, BindOncePlugin from 'vue-bind-once'.const app = createApp( App).app.use( BindOncePlugin).// or app.directive(' bind-once', BindOnceDirective).In many cases you'll be actually using this instruction along with an SSR-rendering structure like nuxt, which may have a various means for you to enroll this instruction. As an example, in a Nuxt plugin:.import BindOncePlugin from 'vue-bind-once'.export default defineNuxtPlugin( nuxtApp =&gt nuxtApp.vueApp.use( BindOncePlugin). ).Consumption.You can now make use of the directive on any type of factor where you need a binding to a value that needs to have to match between client/server yet won't modify dynamically afterwards.
This will work on both web server as well as on customer re-hydration.

Articles You Can Be Interested In