mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-24 06:44:07 +00:00
setup
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<div class="form-group">
|
||||
<label v-if="label" for="name">{{ label }}</label>
|
||||
<input type="text"
|
||||
class="form-control"
|
||||
:value="value"
|
||||
:readonly="true"
|
||||
>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script type="text/javascript">
|
||||
export default {
|
||||
props: {
|
||||
label: String,
|
||||
value: String
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user