Articles
Latest
More
Newsletter Sponsorship Discord About
Sign up for our Newsletter
The video for this lesson is currently being updated, please read the transcript instead.
Component & API Documentation > Lesson 14

Adding dependencies to preview components

Now that we have our wrapper component above the preview component, we can add global dependencies which the preview component can access.

So let's begin by adding Vuetify which we can do by copying the Vuetify imports from the main.js file.

We can now paste this at the top of our wrapper component factory file. We'll also import Vue at the top by going import Vue from "vue";.


Back to course page

Click to load comments...

Articles
  • Latest
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

Vue.js Developers © 2021. View our privacy policy .

  • RSS
  • |
  • Atom