Usage Guide
Add Simplert from CDN (Not supported again from v1.1.0)
<script src="https://unpkg.com/vue2-simplert@latest/dist/simplert.bundle.js"></script>Import from node_modules
import Simplert from 'vue2-simplert'
require('vue2-simplert/dist/simplert.css')Refer Simplert to components
<script>
export default {
components: { Simplert }
};
</script>Template
<simplert :useRadius="true"
:useIcon="true"
ref="simplert">
</simplert>Open Simplert

Last updated