Component({
  props: {
    className: '',
    txt: ''
  },
  data: {},
  methods: {}
});