when entering Chinese, Pinyin and Chinese will eventually be displayed
this problem is only found in the earlier version of Google browser. What is the reason?
The code of theinput box is normal data binding
<el-form-item :label="$t("dispatcherAllocationInfo.packageFlag")" label-width="100px">
<el-input v-model.trim="pageParam.pkgFlag"></el-input>
</el-form-item>