版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

chunk-ZEG3A4GY.js 396 B

1234567891011121314
  1. "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/dep.ts
  2. var _localpkg = require('local-pkg');
  3. function detectVueVersion(root = process.cwd()) {
  4. const vuePkg = _localpkg.getPackageInfoSync.call(void 0, "vue", { paths: [root] });
  5. if (vuePkg) {
  6. return +vuePkg.version.slice(0, 1);
  7. } else {
  8. return 3;
  9. }
  10. }
  11. exports.detectVueVersion = detectVueVersion;