Skip to content

Commit

Permalink
test: test vuejs#2157
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve committed Jun 27, 2023
1 parent 48bbdc1 commit 33fc9f7
Showing 1 changed file with 11 additions and 0 deletions.
@@ -0,0 +1,11 @@
<script setup lang="ts">
declare module 'vue' {
export interface GlobalComponents {
Transition: typeof import('vue')['Transition'];
}
};
</script>

<template>
<Transition enter-active-class=""></Transition>
</template>

0 comments on commit 33fc9f7

Please sign in to comment.