5 lines
112 B
JavaScript
Raw Permalink Normal View History

2025-09-05 14:59:21 +08:00
export * from "./capi.js";
export const Vue2 = void 0;
export const isVue2 = false;
export const isVue3 = true;