# 引入

import { remToPxInFile } from 't-comm';

// or

import { remToPxInFile} from 't-comm/lib/rem-to-px/index';

# remToPxInFile(filePath)

描述

替换文件的 rem 单位,转为 px

参数

参数名 类型 描述
filePath string

文件路径

示例

remToPxInFile('xxx.vue');
Last Updated: 2024/10/11 07:54:02