Update DisabledDoc.vue

pull/3868/head
Tuğçe Küçükoğlu 2023-04-14 10:46:20 +03:00
parent 813fa97075
commit d72979a2d6
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ export default {
return { return {
value: 50, value: 50,
code: { code: {
basic: ``, basic: `
<InputNumber v-model="value" disabled prefix="%" />`,
options: ` options: `
<template> <template>
<div class="card flex justify-content-center"> <div class="card flex justify-content-center">