dls-illustrations-vue-3
v1.4.3
Published
Baidu DLS illustrations for Vue 3.
Downloads
15
Readme
dls-illustrations-vue-3
Installation
npm i -D dls-illustrations-vue-3
Usage
As Vue component
<script setup>
import { IllustrationNotFound } from 'dls-illustrations-vue-3'
</script>
<template>
<figure>
<illustration-not-found />
</figure>
</template>