Vue.js library for Tailor's teaching elements presentation
npm i tailor-teaching-elements
import Vue from 'vue';
import tailorTeachingElements from 'tailor-teaching-elements';
Vue.component('tailor-teaching-elements', tailorTeachingElements);
<script>
import tailorTeachingElements from 'tailor-teaching-elements';
export default {
// ...
components: {
tailorTeachingElements
}
};
</script>