vue3-core/packages-private/vapor-e2e-test/transition/components/VdomComp.vue

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
97 B
Vue
Raw Normal View History

2025-03-07 10:56:29 +08:00
<script setup>
const msg = 'vdom comp'
</script>
<template>
<div>{{ msg }}</div>
</template>