vue-devtools.esm-bundler.js 636 B

123456789101112131415161718
  1. /*!
  2. * @intlify/vue-devtools v9.1.9
  3. * (c) 2021 kazuya kawaguchi
  4. * Released under the MIT License.
  5. */
  6. const VueDevToolsLabels = {
  7. ["vue-devtools-plugin-vue-i18n" /* PLUGIN */]: 'Vue I18n devtools',
  8. ["vue-i18n-resource-inspector" /* CUSTOM_INSPECTOR */]: 'I18n Resources',
  9. ["vue-i18n-timeline" /* TIMELINE */]: 'Vue I18n'
  10. };
  11. const VueDevToolsPlaceholders = {
  12. ["vue-i18n-resource-inspector" /* CUSTOM_INSPECTOR */]: 'Search for scopes ...'
  13. };
  14. const VueDevToolsTimelineColors = {
  15. ["vue-i18n-timeline" /* TIMELINE */]: 0xffcd19
  16. };
  17. export { VueDevToolsLabels, VueDevToolsPlaceholders, VueDevToolsTimelineColors };