vue-files-preview-light
Version:
A lightweight, optimized fork of vue-files-preview with lazy loading and security updates. A tool for previewing files such as doc, excel, pdf, image, markdown, txt, audio, and video and so on.
18 lines (17 loc) • 415 B
JavaScript
import "./preview/supports/vue-files-preview/index.mjs";
import { version as n } from "./version.mjs";
import i from "./preview/supports/vue-files-preview/index.vue.mjs";
const t = {
VueFilesPreview: i
};
function r(e) {
Object.keys(t).forEach((o) => {
e.component(o, t[o]);
});
}
const p = { version: n, install: r };
export {
i as VueFilesPreview,
p as default
};
//# sourceMappingURL=index.mjs.map