PHP Classes

File: resources/js/components/IndexField.vue

Recommend this page to a friend!
  Classes of Naif Alshaye   Laravel Nova PHP Soundcloud Player   resources/js/components/IndexField.vue   Download  
File: resources/js/components/IndexField.vue
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Nova PHP Soundcloud Player
Embed an audio player to play a Soundcloud track
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>