Vue.js provides all the features that are required for most web application projects. But if you find that you need to extend Vue.js, then there are several different techniques available, and they are the topic of this chapter. I show you how to supplement the built-in directives with your own custom code, how to define common features for components using mixins, and how to group a wider range of related features using a plugin. Table
26-1 puts this chapter in context.
Table 26-1Putting the Vue.js Features in Context
Question | Answer |
|---|
What are they? | The features described in this chapter allow you to extend the functionality ... |