buiildToolStudy/01/src/m1.js

6 lines
96 B
JavaScript

import $ from 'jquery'
export default {
m1Method() {
console.log('m1Method')
}
}