version.js 100 B

12345
  1. export default {
  2. install (_this, options) {
  3. _this.prototype.version = '1.0.0'//版本号
  4. }
  5. }