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