When entering Chinese, the input box of vue will bring Pinyin with it.

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 the

input 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>
Jun.28,2022

has nothing to do with the Chrome version and Vue, there has always been such a feature

Menu