版博士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.

пре 1 година
123456789101112131415161718192021222324
  1. /*!
  2. * vue-devtools v9.2.2
  3. * (c) 2022 kazuya kawaguchi
  4. * Released under the MIT License.
  5. */
  6. 'use strict';
  7. Object.defineProperty(exports, '__esModule', { value: true });
  8. const VueDevToolsLabels = {
  9. ["vue-devtools-plugin-vue-i18n" /* PLUGIN */]: 'Vue I18n devtools',
  10. ["vue-i18n-resource-inspector" /* CUSTOM_INSPECTOR */]: 'I18n Resources',
  11. ["vue-i18n-timeline" /* TIMELINE */]: 'Vue I18n'
  12. };
  13. const VueDevToolsPlaceholders = {
  14. ["vue-i18n-resource-inspector" /* CUSTOM_INSPECTOR */]: 'Search for scopes ...'
  15. };
  16. const VueDevToolsTimelineColors = {
  17. ["vue-i18n-timeline" /* TIMELINE */]: 0xffcd19
  18. };
  19. exports.VueDevToolsLabels = VueDevToolsLabels;
  20. exports.VueDevToolsPlaceholders = VueDevToolsPlaceholders;
  21. exports.VueDevToolsTimelineColors = VueDevToolsTimelineColors;