Skip to content

Commit 859a073

Browse files
committed
chore: wip
1 parent 1b98e66 commit 859a073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

storage/framework/core/components/modal/src/components/Options.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async function handleCopyCode() {
7777
Options
7878
</h1>
7979
<p class="my-3 text-base">
80-
Here are the options you can use for the Modal component.
80+
Here are the options you can use for the modal.
8181
</p>
8282
<div class="flex gap-3 mb-4 overflow-auto">
8383
<button

storage/framework/core/components/modal/src/components/Transitions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async function handleCopyCode() {
4747
Transition
4848
</h1>
4949
<p class="my-3 text-base">
50-
For a better modal transition, you can use the Transition component from vue. please refer to the <a href="https://vuejs.org/guide/built-ins/transition#the-transition-component" target="_blank">Vue Transition</a> for more information.
50+
Here are the default transitions that come with the modal.
5151
</p>
5252
<div class="flex gap-3 mb-4 overflow-auto">
5353
<button

0 commit comments

Comments
 (0)