diff --git a/src/__fk-inputs__/inputs/_demo_text.ts b/src/__fk-inputs__/inputs/_demo_text.ts index 75bcc91..34b1030 100644 --- a/src/__fk-inputs__/inputs/_demo_text.ts +++ b/src/__fk-inputs__/inputs/_demo_text.ts @@ -5,8 +5,6 @@ import { wrapper, label, help, - messages, - message, icon, prefix, suffix, @@ -14,6 +12,7 @@ import { casts, createSection, } from '@formkit/inputs' +import { messages } from '../sections/messages' /** @@ -36,7 +35,7 @@ export const text: FormKitTypeDefinition = { ) ), help('$help'), - messages(message('$message.value')) + messages(), ), /** * The type of node, can be a list, group, or input. diff --git a/src/all-custom/all-custom.vue b/src/all-custom/all-custom.vue index 12395f4..1835487 100644 --- a/src/all-custom/all-custom.vue +++ b/src/all-custom/all-custom.vue @@ -51,7 +51,6 @@ async function submit() {