Logo

GitLab

Sign in

tutorial / directive

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • directive
  • src
  • main
  • webapp
  • home
  • xn-directive-spmtest
  • index.js
  • spm test
    d5b239ee
    hujinyuan authored
    2019-03-19 13:56:07 +0800  
    Browse File »
index.js 89 Bytes
Edit Raw Blame History
1 2 3 4 5
var spmtest = function(){
	console.log('hello xn-spm-test')
}

module.exports = spmtest;