1.0.2 • Published 6 months ago

vue-component-pluggable v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Vue Component Pluggable

Make Vue component pluggable.

Usage

import Vue from 'vue';
import { defineComponent } from 'vue-component-pluggable';

const HelloWorld = defineComponent({
  name: 'HelloWorld',
  props: {},
  setup() {},
});

Vue.use(HelloWorld);
1.0.2

6 months ago

1.0.1

7 months ago