美文网首页
vue jsconfig.js

vue jsconfig.js

作者: w_小伍 | 来源:发表于2020-11-23 14:49 被阅读0次

    放在根目录下

    {
      "compilerOptions": {
        "baseUrl": ".",
        "experimentalDecorators": true,
        "paths": {
          "@/*": ["./src/*"]
        }
      },
      "exclude": ["node_modules"]
    }
    
    

    相关文章

      网友评论

          本文标题:vue jsconfig.js

          本文链接:https://www.haomeiwen.com/subject/mbfviktx.html