Update DisabledDoc.vue
parent
813fa97075
commit
d72979a2d6
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue