Fixed #1540
parent
18c228eda6
commit
b9f3762302
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue