PHP Classes

File: resources/js/field.js

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   Laravel Nova Quick View   resources/js/field.js   Download  
File: resources/js/field.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Nova Quick View
Generate the output for Laravel Nova fields
Author: By
Last change:
Date: 1 year ago
Size: 178 bytes
 

Contents

Class file image Download
import ElementUI from 'element-ui'; Nova.booting((Vue, router, store) => { Vue.use(ElementUI); Vue.component('index-nova-quick-view', require('./components/IndexField')) })