chore: add vue-sonner to demos dependencies, add placeholder for codeConfigs
This commit is contained in:
parent
2e23d7f511
commit
a3c9557284
|
|
@ -67,7 +67,7 @@ const onSubmit = handleSubmit((values) => {
|
|||
<FormItem>
|
||||
<FormLabel>Components Path</FormLabel>
|
||||
<FormControl>
|
||||
<Input placeholder="" v-bind="componentField" />
|
||||
<Input placeholder="@/components" v-bind="componentField" />
|
||||
</FormControl>
|
||||
<FormDescription />
|
||||
<FormMessage />
|
||||
|
|
@ -77,7 +77,7 @@ const onSubmit = handleSubmit((values) => {
|
|||
<FormItem>
|
||||
<FormLabel>Utils Path</FormLabel>
|
||||
<FormControl>
|
||||
<Input placeholder="" v-bind="componentField" />
|
||||
<Input placeholder="@/utils" v-bind="componentField" />
|
||||
</FormControl>
|
||||
<FormDescription />
|
||||
<FormMessage />
|
||||
|
|
|
|||
|
|
@ -92,6 +92,7 @@ function constructFiles(componentName: string, style: Style, sources: Record<str
|
|||
'shadcn-vue': 'latest',
|
||||
'typescript': 'latest',
|
||||
'vaul-vue': 'latest',
|
||||
'vue-sonner': 'latest',
|
||||
'@unovis/vue': 'latest',
|
||||
'@unovis/ts': 'latest',
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user