no message

This commit is contained in:
KuroSago 2025-04-29 15:19:23 +08:00
parent 58c262e8c6
commit 9055cc1867
2 changed files with 13 additions and 11 deletions

View File

@ -1,11 +0,0 @@
{
"name": "mind-map-web3",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "pnpm --filter @mind-map/web dev",
"build": "pnpm --filter @mind-map/web build",
"preview": "pnpm --filter @mind-map/web preview",
"lint": "pnpm -r lint"
}
}

View File

@ -0,0 +1,13 @@
<template>
<div class="mind-map bg-white rounded-lg shadow-md p-4 w-full h-64">
<!-- 这是一个最小化的思维导图实现只包含一个简单的div -->
<div class="flex items-center justify-center h-full text-gray-500">
Mind Map Component
</div>
</div>
</template>
<script lang="ts" setup>
//
</script>