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