deepsourcestatus / test-repository

Use head property in component as a function JS-W1013
Bug risk
Major
8 months ago8 months old
head property of a component should be a function
 5<script>
 6export default {
 7  /** require-head-as-head */
 8  head: { 9    title: "My page",10  },11
12  /** no-globals-in-created */
13  created() {