openatc-components 0.4.11 → 0.4.12

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.
@@ -129,9 +129,6 @@ export default {
129
129
  type: String,
130
130
  default: 'Header'
131
131
  },
132
- isOptimize: {
133
- type: Boolean
134
- },
135
132
  tableRing: {
136
133
  type: Array
137
134
  },
@@ -183,14 +180,6 @@ export default {
183
180
  this.addMin()
184
181
  },
185
182
  watch: {
186
- isOptimize: {
187
- handler: function (val) {
188
- if (val) {
189
- this.optimize()
190
- }
191
- },
192
- deep: true
193
- },
194
183
  list: {
195
184
  handler: function () {
196
185
  this.addMin()