@yesstudio/nuxt-composables
    Preparing search index...

    Interface Noscript

    interface Noscript {
        class?: string;
        id?: string;
        style?: string;
    }
    Index

    Properties

    Properties

    class?: string

    The class global attribute is a space-separated list of the case-sensitive classes of the element.

    id?: string

    This attribute defines the unique ID.

    style?: string

    The style global attribute contains CSS styling declarations to be applied to the element.