@tongfun/tf-widget 0.1.22 → 0.1.23

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.
@@ -142,7 +142,7 @@ export default {
142
142
  },
143
143
  computed: {
144
144
  groupList () {
145
- return (this.data && this.data[0]) || []
145
+ return this.data
146
146
  },
147
147
  selectMap () {
148
148
  return this.createSelectMap(this.data)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tongfun/tf-widget",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "tf-widget",
5
5
  "main": "lib/tf-widget.umd.js",
6
6
  "private": false,