#5281: Fix min max source code

pull/5282/head^2
Amal Mathew 2024-02-15 16:47:02 +05:30
parent 266d5019af
commit 49be8d958f
1 changed files with 1 additions and 1 deletions

View File

@ -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>