UNPKG

@df8080/vue2-ui

Version:

🎨 一个基于 Vue 2 的 UI 组件库,目前主要面向微信小程序开发场景,也适用于其他移动端项目。

7 lines (6 loc) 194 B
/** * @description 格式化保留文本格式化 * @param text 文本字符串 * @return 格式化文本 */ export const textPreFormat = (text) => (text || '').replace(/<br\s*\/?>/g, '\n')