Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit cb462dc

Browse files
committed
refactor(preset-map); update vite val.
1 parent f66479e commit cb462dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-cli-plugin-vuetify/util/presets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ const resolve = file => path.resolve(__dirname, file)
44

55
const PRESET_MAP = {
66
default: 'Default (recommended)',
7+
preview: 'Preview (vuetify 3 + vite)',
78
prototype: 'Prototype (rapid development)',
89
v3: 'V3 (alpha)',
9-
preview: 'Preview (v3 + vite)',
1010
}
1111

1212
module.exports = fs.readdirSync(resolve('../presets')).map(preset => {

0 commit comments

Comments
 (0)