@phoenix-cg/v-tabs 0.1.30 → 0.1.32

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": "@phoenix-cg/v-tabs",
3
- "version": "0.1.30",
3
+ "version": "0.1.32",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -97,6 +97,9 @@ export default {
97
97
  },
98
98
  uid () {
99
99
  return this._uid
100
+ },
101
+ hintShowCondition () {
102
+ this.createHintObserver()
100
103
  }
101
104
  },
102
105
  computed: {
@@ -193,6 +196,7 @@ export default {
193
196
  .v-tabs-wrap {
194
197
  position: relative;
195
198
  display: inline-flex;
199
+ max-width: 100%;
196
200
  }
197
201
  .v-tabs {
198
202
  position: relative;