index3.js 104 B

1234567
  1. export default {
  2. school: 'hihihi',
  3. change: function () {
  4. console.log('hello');
  5. }
  6. };