TypeError: Cannot set property ‘__VUE_DEVTOOLS_UID__‘ of null backend.js:xxx,程序员大本营,技术文章内容聚合第一站。
{ "name": "@vue-devtools/app-backend-core", "version": "0.0.0", "private": true, "main": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "build": "rimraf lib && yarn ts", "build:watch": "yarn ts -w", "ts": "tsc -d -outDir lib" }, "dependencies...
$emit inside a components mounted() lifecycle open "vue" devtools tab console throws an error: "TypeError: can't access property "id", appRecord is undefined" Source: backend.js line 2164: "const id = ${appRecord.id}:${instance.uid};". What is expected? No errors What is actually ...