export default defineMixin({
  data() {
    return {
      str: 'str in mixin data',
    }
  }
})