Sleep

1 vue-bind-once - Vue.js Feed #.\n\nA tiny, SSR-safe directive for binding random records to a component.\n\nQuick Start.\nTo begin with install vue-bind-once:.\nyarn include vue-bind-once.\n\n

or npm.npm set up vue-bind-once-- save.Register ordinance.bring in createApp from 'vue'.import Application coming from './ App.vue'.import BindOnceDirective, BindOncePlugin coming from 'vue-bind-once'.const application = createApp( Application).app.use( BindOncePlugin).// or app.directive(' bind-once', BindOnceDirective).Most of the times you'll be actually utilizing this regulation along with an SSR-rendering platform like nuxt, which might possess a various technique for you to register this instruction. For example, in a Nuxt plugin:.import BindOncePlugin coming from 'vue-bind-once'.export default defineNuxtPlugin( nuxtApp =&gt nuxtApp.vueApp.use( BindOncePlugin). ).Use.You can easily now utilize the directive on any sort of aspect where you need to have a binding to a value that needs to match in between client/server yet will not transform dynamically after that.
This are going to work with each hosting server as well as on client re-hydration.