DynamicImport1.js 84 B

12345
  1. export default {
  2. helloworld: function(){
  3. console.log('hello world.');
  4. },
  5. };