Skip to content

Instantly share code, notes, and snippets.

@gegeke
Created October 14, 2021 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gegeke/f39bc267435213e9c2a7ba677717183a to your computer and use it in GitHub Desktop.
Save gegeke/f39bc267435213e9c2a7ba677717183a to your computer and use it in GitHub Desktop.
VStepperIcon plugins/vuetify.js
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