PHP Classes

File: resources/js/components/IndexField.vue

Recommend this page to a friend!
  Classes of Naif Alshaye   Random Laravel Nova Password Field   resources/js/components/IndexField.vue   Download  
File: resources/js/components/IndexField.vue
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Random Laravel Nova Password Field
Display a password field in Laravel Nova
Author: By
Last change:
Date: 5 years ago
Size: 135 bytes
 

Contents

Class file image Download
<template> <span>{{ field.value }}</span> </template> <script> export default { props: ['resourceName', 'field'], } </script>