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