Skip to content

Commit 63b474c

Browse files
docs(installation): fix missing comma (#22505)
1 parent 338e225 commit 63b474c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/pages/en/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export default defineNuxtConfig({
160160
plugins: [
161161
// @ts-expect-error
162162
vuetify({ autoImport: true }),
163-
]
163+
],
164164
vue: {
165165
template: {
166166
transformAssetUrls,

0 commit comments

Comments
 (0)