chore: update css

This commit is contained in:
vben
2024-06-23 14:21:27 +08:00
parent 6f0c05dd50
commit 26b8c6ef27
49 changed files with 401 additions and 920 deletions

View File

@@ -1,16 +1,9 @@
<script lang="ts" setup>
import { onMounted } from 'vue';
import { Fallback } from '@vben/universal-ui';
defineOptions({ name: 'About' });
onMounted(() => {
// eslint-disable-next-line no-console
console.log('About');
});
defineOptions({ name: 'Menu1' });
</script>
<template>
<div>
about
<input class="bg-background border-border" />
</div>
<Fallback status="hello" />
</template>