logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

注解开发组件 报错 Using the export keyword between a decorator and a class is not allowed.

vue组件注解方式报错 errorParsing error: Using the export keyword between a decorator and a class is not allowed. Please use export @dec class instead.在 npx create-nuxt-app 拉下来的代码中,已完成了 ts 的引入。然后想使用 注解方式 开发...

#typescript
Parsing error: Using the export keyword between a decorator and a class is not allowed(脚手架修饰器的问题)

在用到 vue-property-decorator 时 vscode提示Parsing error: Using the export keyword between a decorator and a class is not allowed解决方案:在.eslintrc.js中修改:parserOptions: {ecmaFeatures: {legac...

到底了