FranckFreiburger / vue3-sfc-loader

Single File Component loader for Vue2 and Vue3. Load .vue files directly from your HTML. No node.js environment, no build step.
MIT License
1.19k stars 127 forks source link

router-link #130

Closed ariden83 closed 10 months ago

ariden83 commented 2 years ago

Can you make an example using router-link and i18n svp

in a view :

 <div class="mt-auto">
            <router-link class="btn btn-primary" v-bind:to="'/currencies/' + item.slug" v-bind:title="item.name + 'Charts'">View Charts</router-link>
          </div>
FranckFreiburger commented 10 months ago

see. https://github.com/FranckFreiburger/vue3-sfc-loader/discussions/172 see. https://github.com/FranckFreiburger/vue3-sfc-loader/blob/main/docs/examples.md#use-sfc-custom-blocks-for-i18n