フロー保存の実装
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<q-input :label="placeholder" v-model="inputValue"/>
|
||||
<q-input :label="displayName" :placeholder="placeholder" v-model="inputValue"/>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
@@ -8,6 +8,10 @@ import { defineComponent,ref,watchEffect } from 'vue';
|
||||
export default defineComponent({
|
||||
name: 'InputText',
|
||||
props: {
|
||||
displayName:{
|
||||
type: String,
|
||||
default: '',
|
||||
},
|
||||
placeholder: {
|
||||
type: String,
|
||||
default: '',
|
||||
|
||||
Reference in New Issue
Block a user