zhoudw
2022-01-11 789a65edb692ef937cd47c5962e3c618882fde05
1
2
3
4
5
6
7
export default {
  data() {
    return {
      text: "测试mixin"
    }
  }
}