Merge pull request #5282 from qburst/master

Fix #5281 - Knob Min/Max Source Code
styled-props-system
Tuğçe Küçükoğlu 2024-02-15 19:03:55 +03:00 committed by GitHub
commit ae4aba24d7
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>