Skip to content

Javascript project is created with lang="ts" in HomeView.vue #19

@nicosemp

Description

@nicosemp

Expected Behavior

First line of HomeView.vue:
<script setup>

Current Behavior

First line of HomeView.vue:
<script setup lang="ts">

Possible Solution

I can find the mistake inside playground/router-pinia-with-tests/src/views/HomeView.vue but I'm not sure which template was used to generate it.
All projects without typescript should be created without lang="ts" in any of the files.

Steps to Reproduce

Scaffold a new project with:

  1. NO Typescript
  2. NO JSX
  3. YES VueRouter
  4. YES Pinia
  5. YES Cypress

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions