deepsourcestatus / test-repository

Prefer function as component's data property JS-0614
Anti-pattern
Minor
8 months ago8 months old
data property in component must be a function
27      return h('div', headerContent)
28    }
29  },
30  data: {31    title: "DeepSource",32  }33};
34</script>