-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Labels
Description
I am getting the following error in IE11 when using the template tag:
[Vue warn]: Unknown custom element: <template> - did you register the component correctly?
In FireFox, I do not have an issue when using the template tag for my templates. In IE11, the issue goes away if I replace the template tag with <script type="text/template">
.