head-img.js 147 Bytes
Component({
  mixins: [],
  data: {},
  props: {
    numLength: 2
  },
  didMount() { },
  didUpdate() { },
  didUnmount() { },
  methods: {},
});