UNPKG

vue-interactjs

Version:

interactjs component for Vue

17 lines (13 loc) 334 B
/* * NOTE: * This file is plugin stub for main.ts */ import Vue, { VueConstructor } from "vue"; import plugin from "./index"; Vue.use<VueConstructor>(plugin); /* * NOTE: * If you want Vue instance of main.ts to import something in your plugin as a Vue option, * you need to export it here. */ // export default plugin