logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vscode配置vue3针对ts的代码提示

按照以下配置就可以看到针对ts的代码提示功能

#vscode#typescript#ide
vue3+ts 中的PropType

vue3+ts 中的PropTypeimport { defineComponent,PropType } from "@vue/runtime-core";export interface ColumnProps{id:string;title:string;avatar:string;description:string;}export default defineComponent({nam

#typescript#vue.js#javascript +1
到底了