mixins.ts 162 B

123456789
  1. module.exports = {
  2. data: {
  3. someData: 'myMixin',
  4. g_cdn:`https://culture.4dage.com/lvDao_v4`
  5. },
  6. onShow() {
  7. console.log('Log from mixin!')
  8. }
  9. }