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