Skip to content

Commit

Permalink
fix: modal demo
Browse files Browse the repository at this point in the history
  • Loading branch information
2eha0 committed Jan 22, 2025
1 parent 05715db commit 60a01dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
:config="konnectConfig"
:partial-id="partialId"
:slidout-top-offset="0"
@cancel="handleKonnectModalClose"
@error="onError"
@update="onUpdate"
@updated="onUpdated"
Expand Down Expand Up @@ -52,7 +53,7 @@
</template>

<script setup lang="ts">
import { computed, ref } from 'vue'
import { computed, ref, nextTick } from 'vue'
import { useRoute, useRouter } from 'vue-router'
import { RedisConfigurationForm } from '../../src'
Expand All @@ -63,7 +64,6 @@ import type {
} from '../../src'
import type { AxiosError } from 'axios'
import { nextTick } from 'process'
const route = useRoute()
const router = useRouter()
Expand Down

0 comments on commit 60a01dd

Please sign in to comment.