Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

could support vue file what is import other js/ts file ? #9

Open
westmelonn opened this issue Sep 17, 2021 · 0 comments
Open

could support vue file what is import other js/ts file ? #9

westmelonn opened this issue Sep 17, 2021 · 0 comments

Comments

@westmelonn
Copy link

Input.vue like this:

<script lang="ts" src="./input.ts"></script>

<template>
  <div>
    <input />
  </div>

</template>

error message:

demo/App.vue.ts - error TS2307: Cannot find module '@/component/Input.vue' or its corresponding type declarations.
import Test from '@/components/Input.vue'
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant