vue-typescript icon indicating copy to clipboard operation
vue-typescript copied to clipboard

Build fails when there is < > in author name

Open JCKodel opened this issue 6 years ago • 0 comments

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.

JCKodel avatar Jun 05 '18 00:06 JCKodel