vue-page-title
    Preparing search index...

    Interface TitleOptions

    interface TitleOptions {
        prefix?: string;
        separator?: string;
        suffix?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    prefix?: string

    Prefix to be used in title generation

    separator?: string

    separator to be used in title generation

    suffix?: string

    Suffix to be used in title generation