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
When we use the Name <email@address> format on node Author Name, the following error occurs:
ERROR in ./components/info/index.vue (../node_modules/vue-loader/lib/template-compiler?{"id":"data-v-4691bf0c","hasScoped":false,"optionsId":"0","buble":{"transforms":{}}}!../node_modules/vue-loader/lib/selector.js?type=template&index=0!./components/info/index.vue)
(Emitted value instead of an instance of Error)
Error compiling template:
<div class="info">
<h2>{{info}}</h2>
<h3>Project Name: test</h3>
<h3>Project Version: 0.0.1</h3>
<h3>Author: J. C. Ködel <[email protected]></h3>
<h3>Desc: A new Vue.js + TypeScript project</h3>
</div>
- tag <my-email> has no matching end tag.
The text was updated successfully, but these errors were encountered:
When we use the
Name <email@address>
format on node Author Name, the following error occurs:The text was updated successfully, but these errors were encountered: