Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Oct 25, 2023
1 parent 4915e6a commit 8a499ce
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 116 deletions.
2 changes: 1 addition & 1 deletion docs/components/content/examples/FormExampleValibot.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { string, objectAsync, email, minLength, Input } from 'valibot'
import { string, objectAsync, email, minLength, type Input } from 'valibot'
import type { FormSubmitEvent } from '#ui/types'
const schema = objectAsync({
Expand Down
2 changes: 1 addition & 1 deletion docs/components/content/examples/FormExampleYup.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { object, string, InferType } from 'yup'
import { object, string, type InferType } from 'yup'
import type { FormSubmitEvent } from '#ui/types'
const schema = object({
Expand Down
1 change: 1 addition & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import pkg from '../package.json'
const { resolve } = createResolver(import.meta.url)

export default defineNuxtConfig({
// @ts-ignore
extends: process.env.NUXT_UI_PRO_PATH || '@nuxt/ui-pro',
modules: [
'@nuxt/content',
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@nuxt/content": "^2.8.5",
"@nuxt/devtools": "^0.8.5",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/ui-pro": "^0.3.1",
"@nuxt/ui-pro": "npm:@nuxt/ui-pro-edge@0.3.1-28304178.1b14f22",
"@nuxthq/studio": "^1.0.2",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "^3.0.2",
Expand Down
Loading

0 comments on commit 8a499ce

Please sign in to comment.