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