UNPKG

wx-h5-fontsize-fixed

Version:

本组件库由有爱开发团队开发,解决微信页面被老人机字体调整大小特别丑的痛点

25 lines (24 loc) 433 B
import FontsizeFixed from "./fontsize-fixed/index.mjs"; const version = "1.0.9"; function install(app) { const components = [ FontsizeFixed ]; components.forEach((item) => { if (item.install) { app.use(item); } else if (item.name) { app.component(item.name, item); } }); } var stdin_default = { install, version }; export { FontsizeFixed, stdin_default as default, install, version };