classcard-ui 0.2.639 → 0.2.640

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "classcard-ui",
3
- "version": "0.2.639",
3
+ "version": "0.2.640",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -296,6 +296,7 @@ export default {
296
296
  async scrollOptionIntoView(refName) {
297
297
  await this.$nextTick();
298
298
  this.$refs[refName][0].scrollIntoView({
299
+ behavior: "smooth",
299
300
  block: "center",
300
301
  });
301
302
  },