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