pull/1544/head
Cagatay Civici 2021-09-15 10:35:12 +03:00
parent 18c228eda6
commit b9f3762302
2 changed files with 5 additions and 1 deletions

View File

@ -207,7 +207,7 @@ export default {
} }
} }
} }
//Inspired from https://github.com/kramer99/vue-knob-control //Derived and forked from https://github.com/kramer99/vue-knob-control
</script> </script>
<style> <style>

View File

@ -198,6 +198,10 @@ data() {
<h5>Dependencies</h5> <h5>Dependencies</h5>
<p>None.</p> <p>None.</p>
<h5>Knob Vue</h5>
<p>PrimeVue Knob has no dependency however implementation is derived and inspired from <a href="https://github.com/kramer99/vue-knob-control">vue-knob-control</a>
component authored by <a href="https://github.com/kramer99">kramer99</a>.</p>
</AppDoc> </AppDoc>
</template> </template>