Subscribe on changes!

[Vue warn]: Failed to resolve component: center

avatar
Aug 16th 2021

Version

3.2.2

Reproduction link

https://new-issue.vuejs.org/?repo=vuejs/vue-next

Steps to reproduce

<center v-else>
        <span>请输入新手机号:</span> <el-input
          v-model.trim="formData.newMobile"
          size="mini"
          maxlength="11"
          style="width: 120px"
        />
      </center>

What is expected?

it's a normal html tag

What is actually happening?

Vue warn]: Failed to resolve component: center

avatar
Aug 16th 2021

It's a deprecated element. Use CSS instead.

BTW. The reproduction link is invalid.