vue-intergrall-plugins 0.0.149 → 0.0.150

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": "vue-intergrall-plugins",
3
- "version": "0.0.149",
3
+ "version": "0.0.150",
4
4
  "description": "",
5
5
  "main": "dist/vue-intergrall-plugins.ssr.js",
6
6
  "browser": "dist/vue-intergrall-plugins.esm.js",
@@ -185,12 +185,6 @@ export default {
185
185
  },
186
186
  },
187
187
  methods: {
188
- resizeHeaderCard(){
189
- if(this.resizeCard){
190
- this.styleCard = "flex-direction: column;"
191
- }
192
- return this.styleCard
193
- },
194
188
  formataTimezoneData(timezoneData) {
195
189
  return formataTimezoneData(timezoneData)
196
190
  },