mixin.js 74 B

12345678910
  1. export default {
  2. data() {
  3. return {
  4. }
  5. },
  6. onShow() {
  7. }
  8. }