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