報錯內容 Uncaught runtime errors: × ERROR this.$set is not a function TypeError: this.$set is not a function at Proxy.editRow (webpack-internal:///./node_modules/babel-loader/lib/index.js??clon
〇、Babel 概述 Babel 的工作原理 = “把代碼變樹 → 改樹 → 再變回代碼”。 也就是三個階段: Parse(解析):ESNext(ES 新語法) → AST 語法樹 Transform(轉換):插件修改 AST Generate(生成):AST → 舊 JS 代碼(瀏覽器都可以識別的代碼) Babel 是一個“代碼轉換工具