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