Skip to content

Instantly share code, notes, and snippets.

@sadhakbj
Created November 20, 2018 08:56
Show Gist options
  • Select an option

  • Save sadhakbj/a9677d2b6add45c4c97d3b491b10695e to your computer and use it in GitHub Desktop.

Select an option

Save sadhakbj/a9677d2b6add45c4c97d3b491b10695e to your computer and use it in GitHub Desktop.
Datatable-1-app.js
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