[Vuejs]-Nativescript vue : dynamically setting image src.decode to display font icon

3👍

For Button dynamically I use :text="code" (instead of text.decode="& #xf164;"), where

code = String.fromCharCode(0xf164);

Try it for Image!

👤Xurik

Leave a comment