New slices created with $ prismic sm --create-slice show up as <Index> in Vue Dev Tools.
And the user needs to add name: "SliceName" within Index.vue to address this.
Since the --create-slice literally gathers the slice name as part of the process, the request is to improve the outputted template code so it auto sets a name based on the slice name provided.