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

export { Input };