0.0.18 • Published 1 year ago
@lexmin0412/wc-vue v0.0.18
@lexmin0412/wc-vue
基于 Stencil 构建的通用 Web Components 组件库。
安装
pnpm add @lexmin0412/wc-vue
用法
<script setup lang="ts">
import { defineCustomElements, LexminFooter } from '@lexmin0412/wc-vue';
</script>
<template>
<lexmin-footer />
</template>