v-html Expression v-once Not Changable Not gonna update v-bind ex: : (Shortcut) : ex: Make it to 25% of the size v-bind="{ class: imgClass, src : products[2].image, alt : products[2].name } //You can make a class to bind multiple objects computed properties: Caching >> Update >> So fast data: { slugText: "hello" } computed: { slugetize: function () { return this.slugText .toLowerCase() .replace(..