[Vue3] vue add typescript

·2023년 1월 25일
0

Vue3

목록 보기
2/2

1. vue 프로젝트에 typescript 적용

vue add typescript

[이 블로그 참고]

2. 파일 확장자 변경

.ts 로 바뀐 js파일을 .ts -> .js 로 변경

3. main.ts 파일 수정

생략 했던 index.vue or .vue 입력

// 수정 전
import Pagination from '@/components/pagination/'

// 수정 후
import Pagination from '@/components/pagination/index.vue'
profile
열심히 기록

0개의 댓글