vue-pancake-icons
v6.0.2
Published
npm install vue-pancake-icons
Downloads
39
Readme
Install
npm install vue-pancake-icons
Use 1
_in component
<script>
import { ArrowUp } from "vue-pancake-icons"
export default {
components: { ArrowUp }
}
</script>
<template>
<ArrowUp/>
</template>
Use 2
_multi component in app.js
import { ArrowUp } from "vue-pancake-icons"
app.use(ArrowUp)
Use 3
_Note: this usage is not recommended as it cannot be tree-shaken _all component global in app.js
import VuePancakeIcons from 'vue-pancake-icons'
app.use(VuePancakeIcons)
Demo
Click here