{"version":3,"sources":["webpack:///./src/demo/snippets/js/vuetify_merge_strategy.txt"],"names":[],"mappings":"kHAAA,OAAe","file":"js/chunk-2d0a3c8c.e8550bd8.js","sourcesContent":["export default \"// src/plugins/vuetify.js\\n\\nimport Vue from 'vue'\\nimport Vuetify from 'vuetify/lib'\\nimport { preset } from 'vue-cli-plugin-vuetify-preset-shrine/preset'\\n\\nVue.use(Vuetify)\\n\\nconst options = {\\n breakpoint: { scrollbarWidth: 12 },\\n theme: {\\n themes: {\\n light: { primary: 'blue' },\\n },\\n },\\n}\\n\\nexport default new Vuetify({\\n // The provided global preset is first merged with defaults\\n preset,\\n // User options are then merged, overwriting defaults and the global preset\\n ...options,\\n})\\n\";"],"sourceRoot":""}