Merge pull request #2 from qburst/#5281-knob-min-max-code

#5281: Fix Knob Min/Max Source Code
pull/5282/head
Amal Mathew 2024-02-15 16:48:20 +05:30 committed by GitHub
commit 44515940c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export default {
value: 10,
code: {
basic: `
<Knob v-model="value" :min="-50" :max="10" />
<Knob v-model="value" :min="-50" :max="50" />
`,
options: `
<template>