#5281: Fix min max source code
parent
266d5019af
commit
49be8d958f
|
@ -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