mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-12-14 22:30:31 +08:00
10 lines
148 B
Vue
10 lines
148 B
Vue
<script setup lang="ts">
|
||
defineOptions({
|
||
name: "Welcome"
|
||
});
|
||
</script>
|
||
|
||
<template>
|
||
<h1>Pure-Admin-Thin(非国际化版本)</h1>
|
||
</template>
|