lgj-library
v0.0.2
Published
Install all components (as a plugin)
Downloads
1
Readme
Usage
Install all components (as a plugin)
// src/main.ts
import { createApp } from 'vue'
import MyLibrary from 'lgj-library'
import App from './App.vue'
const app = createApp(App)
app.use(MyLibrary)
app.mount('#app')
Import some components
<script setup lang="ts">
import { LButton, LCard } from 'my-library/components'
</script>
License
MIT