nickyzhang-fe / vue-barrage

一个基于canvas的弹幕组件
13 stars 10 forks source link

无法正常执行 #2

Open momo-mao opened 4 years ago

momo-mao commented 4 years ago

Error in nextTick: "RangeError: Maximum call stack size exceeded"

package.json如下: "dependencies": { "axios": "^0.19.0", "core-js": "^3.4.3", "vant": "^2.2.16", "vue": "^2.6.10", "vue-barrage": "0.0.11", "vuex": "^3.1.2" }, "devDependencies": { "@vue/cli-plugin-babel": "^4.1.0", "@vue/cli-plugin-eslint": "^4.1.0", "@vue/cli-plugin-vuex": "^4.1.0", "@vue/cli-service": "^4.1.0", "@vue/eslint-config-prettier": "^5.0.0", "babel-eslint": "^10.0.3", "babel-plugin-import": "^1.13.0", "cz-conventional-changelog": "^3.0.2", "eslint": "^5.16.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-vue": "^5.0.0", "less": "^3.0.4", "less-loader": "^5.0.0", "prettier": "^1.19.1", "style-resources-loader": "^1.3.2", "vue-cli-plugin-style-resources-loader": "^0.1.4", "vue-template-compiler": "^2.6.10" }

nickyzhang-fe commented 4 years ago

Error in nextTick: "RangeError: Maximum call stack size exceeded"

package.json如下: "dependencies": { "axios": "^0.19.0", "core-js": "^3.4.3", "vant": "^2.2.16", "vue": "^2.6.10", "vue-barrage": "0.0.11", "vuex": "^3.1.2" }, "devDependencies": { "@vue/cli-plugin-babel": "^4.1.0", "@vue/cli-plugin-eslint": "^4.1.0", "@vue/cli-plugin-vuex": "^4.1.0", "@vue/cli-service": "^4.1.0", "@vue/eslint-config-prettier": "^5.0.0", "babel-eslint": "^10.0.3", "babel-plugin-import": "^1.13.0", "cz-conventional-changelog": "^3.0.2", "eslint": "^5.16.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-vue": "^5.0.0", "less": "^3.0.4", "less-loader": "^5.0.0", "prettier": "^1.19.1", "style-resources-loader": "^1.3.2", "vue-cli-plugin-style-resources-loader": "^0.1.4", "vue-template-compiler": "^2.6.10" }

这个问题我要再确认一下