摘要: 首先下载并安装ts-import-plugin npm i -D ts-import-plugin 然后在vue.config.js中引入并配置 const merge = require("webpack-merge"); const tsImportPluginFactory = require 阅读全文
posted @ 2022-01-21 14:42 AvenCheung 阅读(689) 评论(0) 推荐(1) 编辑
摘要: 在做vue+typescript开发过程,给window对象添加属性并赋值,却发现报错,如类型“Window & typeof globalThis”上不存在属性“gspZc”。 原则上,TypeScript 需要开发者做到先声明后使用。这就导致开发者在调用很多原生接口(浏览器、Node.js)或者 阅读全文
posted @ 2022-01-21 14:35 AvenCheung 阅读(1734) 评论(0) 推荐(0) 编辑