Demo code toggle updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-13 16:31:27 +03:00
parent 1caef9aa99
commit 924dc74abf
3 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
<DocSectionText v-bind="$attrs">
<p>The <i>close</i> function of the <i>dialogRef</i> is used to hide a Dialog. The <i>dialogRef</i> is injected to the component that is loaded by the dialog.</p>
</DocSectionText>
<DocSectionCode :code="code" import hideCodeSandbox hideStackBlitz />
<DocSectionCode :code="code" importCode hideCodeSandbox hideStackBlitz />
</template>
<script>