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>open</i> function of the <i>DialogService</i> is used to open a Dialog. First parameter is the component to load and second one is the configuration object to customize the Dialog.</p>
</DocSectionText>
<DocSectionCode :code="code" import hideCodeSandbox hideStackBlitz />
<DocSectionCode :code="code" importCode hideCodeSandbox hideStackBlitz />
</template>
<script>