Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribute of input text type is missing after generated. #10987

Closed
daksamedia opened this issue Jan 6, 2020 · 1 comment
Closed

Attribute of input text type is missing after generated. #10987

daksamedia opened this issue Jan 6, 2020 · 1 comment

Comments

@daksamedia
Copy link

Hello everybody,

I have this really simple code.

<form class="login-form">
   <input type="text" class="">
</form>

But when I rendered / generated it would show this

<form class="login-form">
   <input class="">
</form>

Attribute of the input (type text) was disappear.

How could this happen to my code?

@vue-bot
Copy link
Contributor

vue-bot commented Jan 6, 2020

Hello, thank you for taking time filling this issue!

However, we kindly ask you to use our Issue Helper when creating new issues, in order to ensure every issue provides the necessary information for us to investigate. This explains why your issue has been automatically closed by me (your robot friend!).

I hope to see your helper-created issue very soon!


你好,你的 issue 不符合我们所要求的格式,因此已被自动关闭。为了确保每个 issue 都提供必需的相关信息,请务必使用我们的 Issue 向导 来创建新 issue,谢谢!

@vue-bot vue-bot closed this as completed Jan 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants