Skip to content

Disable volar type checking for template attributes #176

Closed
@mseele

Description

@mseele

I got a (wrong) typescript error for placeholder attribute.

<Textbox
            v-if="isTextbox"
            :id="data.columnKey"
            :key="index"
            v-model="record.value.proposal"
            :placeholder="record.value.released"
            :name="data.columnKey"
            :label="label(record)"
            class="col-span-full"
          />

It should be possible to tell typescript via @ts-ignore or @ts-expect-error to skip these errors

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions