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