[Vuejs]-[Vue warn]: Unknown custom element: <Document>

0👍

So, in Vue components start with non-capital letters, just like html tags, even though you import it as Document, you should use it as document, try using

<document>

Leave a comment