Courses
Vue Foundations Vue Fullstack Vue Enterprise
Articles
Latest Topics
More
Newsletter Sponsorship Discord About
The video for this lesson is currently being updated, please read the transcript instead.
Enterprise Vue > Lesson 122

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...

Courses
  • Vue Foundations
  • Vue Fullstack
  • Vue Enterprise
Articles
  • Latest
  • Topics
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

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

  • RSS
  • |
  • Atom