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