no message
This commit is contained in:
parent
58c262e8c6
commit
9055cc1867
@ -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"
|
||||
}
|
||||
}
|
||||
13
web3/packages/mind-map/src/views/index.vue
Normal file
13
web3/packages/mind-map/src/views/index.vue
Normal 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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user