Created
November 20, 2018 08:56
-
-
Save sadhakbj/a9677d2b6add45c4c97d3b491b10695e to your computer and use it in GitHub Desktop.
Datatable-1-app.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require('./bootstrap') | |
| import Vue from 'vue' | |
| window.Vue = Vue | |
| import DataTable from './components/DataTable' | |
| const app = new Vue({ | |
| el: '#app', | |
| components: { | |
| DataTable | |
| } | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment