classcard-ui 0.2.711 → 0.2.712

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.711",
3
+ "version": "0.2.712",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -90,8 +90,7 @@
90
90
  >
91
91
  <div
92
92
  v-if="toggleDropdown && !isDisabled"
93
- :class="isDropDownAbsolute ? 'absolute' : ''"
94
- class="z-10 mt-1 w-full rounded-md bg-white shadow-lg"
93
+ class="absolute z-10 mt-1 w-full rounded-md bg-white shadow-lg"
95
94
  >
96
95
  <ul
97
96
  tabindex="-1"
@@ -255,10 +254,6 @@ export default {
255
254
  type: Boolean,
256
255
  default: true,
257
256
  },
258
- isDropDownAbsolute: {
259
- type: Boolean,
260
- default: true,
261
- },
262
257
  },
263
258
  data() {
264
259
  return {