mixin.js 83 B

12345678
  1. export default {
  2. data() {
  3. return {
  4. isWeixin: true
  5. }
  6. }
  7. }