feat: numInput属性UI追加
inputText,numInputにrules設定追加、入力ルール設定可能
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<template>
|
||||
|
||||
<div class="q-my-md">
|
||||
<div class="q-my-md" v-bind="$attrs">
|
||||
<q-card flat>
|
||||
<q-card-section class="q-pa-none q-my-sm q-mr-md">
|
||||
<!-- <div class=" q-my-none ">App Field Select</div> -->
|
||||
@@ -128,6 +127,7 @@ interface IAppFields{
|
||||
}
|
||||
|
||||
export default defineComponent({
|
||||
inheritAttrs:false,
|
||||
name: 'FieldInput',
|
||||
components: {
|
||||
ShowDialog,
|
||||
|
||||
Reference in New Issue
Block a user