Created
October 14, 2021 13:02
-
-
Save gegeke/f39bc267435213e9c2a7ba677717183a to your computer and use it in GitHub Desktop.
VStepperIcon plugins/vuetify.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Vue from 'vue'; | |
import Vuetify from 'vuetify/lib/framework'; | |
import VStepperIcon from '@/components/VStepperIcon.vue' | |
import VStepperStepIcon from '@/components/VStepperStepIcon.vue' | |
Vue.use(Vuetify, { | |
components: { | |
VStepperIcon, | |
VStepperStepIcon, | |
}, | |
}); | |
export default new Vuetify({ | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment