Code section fixes

This commit is contained in:
Tuğçe Küçükoğlu 2023-02-28 20:40:48 +03:00
parent d74b3a20c5
commit fc61cdad4f
159 changed files with 226 additions and 185 deletions

View file

@ -2,7 +2,7 @@
<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>
</DocSectionText>
<DocSectionCode :code="code" hideToggleCode import hideCodeSandbox hideStackBlitz />
<DocSectionCode :code="code" hideToggleCode importCode hideCodeSandbox hideStackBlitz />
</template>
<script>