vue3前端项目模板,可以拉下模板写新的项目
songshankun
2023-10-25 666576fefa2371a44b7e84e444e74eed15563039
tsconfig.json
@@ -7,5 +7,9 @@
    {
      "path": "./tsconfig.app.json"
    }
  ]
  ],
  "compilerOptions": {
    // 修复 Cannot find module '~icons/xxx/xxx' or its corresponding type declarations.ts(2307)
    "types": ["unplugin-icons/types/vue"]
  }
}