diff --git a/package.json b/package.json index ba415327..adbc17fa 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,7 @@ "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "eslint-plugin-vue": "^6.2.2", + "fastdom": "^1.0.9", "rollup": "^2.2.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", diff --git a/src/components/DynamicScrollerItem.vue b/src/components/DynamicScrollerItem.vue index c4b519b4..3b82511d 100644 --- a/src/components/DynamicScrollerItem.vue +++ b/src/components/DynamicScrollerItem.vue @@ -1,4 +1,5 @@