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