UNPKG

149 BJavaScriptView Raw
1import Link from './src/main';
2
3/* istanbul ignore next */
4Link.install = function(Vue) {
5 Vue.component(Link.name, Link);
6};
7
8export default Link;