xxxxxxxxxx
<template>
<Alert>
当前 Vue 版本为 {{ vueVersion }},View UI Plus 版本为 {{ version }}
</Alert>
<Input v-model="msg" />
</template>
<script setup>
import { ref, version as vueVersion } from 'vue'
import { version } from 'view-ui-plus'
const msg = ref('Hello View Design!')
</script>
<style>
</style>
Uncaught #<Event>