Service docs needs review

pull/3699/head
Tuğçe Küçükoğlu 2023-03-03 17:04:59 +03:00
parent 9e93c3bbd0
commit 8ca9f99636
4 changed files with 4 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -1,3 +1,4 @@
//TODO:
<template>
<DocSectionText v-bind="$attrs">
<p>Dynamic dialogs require the <i>DialogService</i> to be configured globally.</p>

View File

@ -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>