Skip to content

Instantly share code, notes, and snippets.

@johnleider
Last active March 6, 2019 17:37
Show Gist options
  • Save johnleider/b770bb04ae1d730a74d719a81e139c58 to your computer and use it in GitHub Desktop.
Save johnleider/b770bb04ae1d730a74d719a81e139c58 to your computer and use it in GitHub Desktop.
// src/plugins/base.js
import Vue from 'vue'
import BaseCard from '@/components/base/Card'
Vue.component('base-card', BaseCard)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment