Merge pull request #2 from qburst/#5281-knob-min-max-code
#5281: Fix Knob Min/Max Source Codepull/5282/head
commit
44515940c4
|
@ -15,7 +15,7 @@ export default {
|
||||||
value: 10,
|
value: 10,
|
||||||
code: {
|
code: {
|
||||||
basic: `
|
basic: `
|
||||||
<Knob v-model="value" :min="-50" :max="10" />
|
<Knob v-model="value" :min="-50" :max="50" />
|
||||||
`,
|
`,
|
||||||
options: `
|
options: `
|
||||||
<template>
|
<template>
|
||||||
|
|
Loading…
Reference in New Issue