Skip to content
Catalog

Two Lists


listA

[
  {
    "id": 0,
    "name": "BoxA0"
  },
  {
    "id": 1,
    "name": "BoxA1"
  },
  {
    "id": 2,
    "name": "BoxA2"
  }
]

listB

[
  {
    "id": 0,
    "name": "BoxB0"
  },
  {
    "id": 1,
    "name": "BoxB1"
  },
  {
    "id": 2,
    "name": "BoxB2"
  }
]
PropertyDescriptionTypeDefault
list(v-model)dataSource array for listany[]-
Show Code

Released under the MIT License.