You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<search>is a legitimate html5 element. Why is Vue (v2.6.12) complaining that it is unknown?
[Vue warn]: Unknown custom element: <search> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
In the template section of my component:
<template><div><search><labelfor="uw-major-search"class="text-search">Keyword Search</label><inputid="uw-major-search"class="uw-program-search"name="uw-major-search"v-model="majorSearchInput"type="search">
[search results and other stuff]
</search></div></template>
The text was updated successfully, but these errors were encountered:
<search>
is a legitimate html5 element. Why is Vue (v2.6.12) complaining that it is unknown?[Vue warn]: Unknown custom element: <search> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
In the template section of my component:
The text was updated successfully, but these errors were encountered: