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