Last active
March 6, 2019 17:37
-
-
Save johnleider/b770bb04ae1d730a74d719a81e139c58 to your computer and use it in GitHub Desktop.
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
// 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