前言
vue 中相关api在typescript中的用法
import type { RouteRecordRaw } from 'vue-router'; ... export const routes: RouteRecordRaw[] =[]
← slot tsconfig →