Component({
  props: {
    item: {}
  },
  data: {},
  methods: {}
});