f581a093创建于 2023年7月28日历史提交
import type { App } from 'vue';
import Switch from './OSwitch.vue';
Switch.install = function (app: App) {
  app.component('OSwitch', Switch);
};

export { Switch };