import { App } from "vue"; import CModalTable from "./src/index.vue"; CModalTable.install = (app: App): void => { app.component("c-modal-table", CModalTable); }; export default CModalTable;