Service docs needs review
parent
9e93c3bbd0
commit
8ca9f99636
|
@ -1,3 +1,4 @@
|
|||
//TODO:
|
||||
<template>
|
||||
<DocSectionText v-bind="$attrs">
|
||||
<p>ConfirmDialog is controlled via the <i>ConfirmationService</i> that needs to be installed globally before the application instance is created.</p>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//TODO:
|
||||
<template>
|
||||
<DocSectionText v-bind="$attrs">
|
||||
<p>ConfirmDialog is controlled via the <i>ConfirmationService</i> that needs to be installed globally before the application instance is created.</p>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//TODO:
|
||||
<template>
|
||||
<DocSectionText v-bind="$attrs">
|
||||
<p>Dynamic dialogs require the <i>DialogService</i> to be configured globally.</p>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//TODO:
|
||||
<template>
|
||||
<DocSectionText v-bind="$attrs">
|
||||
<p>Toast messages are dynamically created using a <i>ToastService</i> that needs to be installed globally before the application instance is created.</p>
|
||||
|
|
Loading…
Reference in New Issue