代码
importContentSample: '导入内容格式示例:\n$资源名称1 \n播放源地址\n播放源地址\n ... \n$资源名称2\n播放源地址\n播放源地址 \n ...'
<el-input
v-model="ruleForm.content"
:autosize="{ minRows: 8, maxRows:15}"
:placeholder="$t('programModel.importContentSample')"
style="width:90%"
type="textarea"></el-input>
\n代表换行 placehold已经给我们处理了,能识别