For help, the project generated by Vue cli encounters problems when using iView

图片描述
Webpack and iView are new contacts.
As shown in the figure, when the tag < input > is used in Vue single file component, an alarm will be sentClosing tag matches nothing, for some reason, using prefixed tags will not report errors. I hope Daniel can give me some advice.,1. First, where is your input defined
2. Second, there is no use of embedded tags in input, and there is no good semantics,This is not a component problem. This is a development tool problem. It identifies < input > as < input > and then asks you to close this tag, so you just need to close this tag. Eg:
< input V-model = “value” placeholder = “please enter…”: maxlength=”10″ />
Remove the back < / input > and close the front

Read more here: Source link