mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 17:18:40 +08:00
9 lines
241 B
Vue
9 lines
241 B
Vue
<script setup lang="ts">
|
|
import packageConfig from '../../../../package.json'
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<el-tag text style="vertical-align: middle;margin-left:8px;" size="small" effect="plain">{{ packageConfig.version }}</el-tag>
|
|
</template>
|