Why You Should Avoid Vue.js DOM Templates

It’s a common practice for a Vue app to use the DOM as its template. This practice comes with a few catches, however, that make it an undesirable choice. In this article, I’ll explain the issues and offer some alternatives. Read more

Similar

Vuetify Confirm Box

This is a useful plugin to prompt confirmation boxes with vuetify from every components in your vuetify app without a need to add v-dialog component for this purpose. - farhadnowzari/vuetify-confir... (more…)

Read more »