mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-11-12 14:27:49 +00:00
14 lines
152 B
Vue
14 lines
152 B
Vue
<script setup>
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<div>
|
|
<strong>{{ $t('common.label.personalInfo') }}</strong>
|
|
</div>
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|