# vue3-jsmind **Repository Path**: sumuncle/vue3-jsmind ## Basic Information - **Project Name**: vue3-jsmind - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-08 - **Last Updated**: 2025-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README vue3 版本的jsmind 插件 # vue3-jsmind A Vue3 Component ( base on jsmind ) # Install ```bash yarn add vue3-jsmind #or npm install vue3-jsmind ``` # Quick Start ```js import { createApp } from 'vue' import App from './App.vue' import { Mind } from 'vue3-jsmind' const app = createApp(App); app.component('jsMind',Mind).mount('#app') ``` # Use ```html ```