Tables
To use the table component, import it:
import {SimpleTable} from 'src/components'
import {OrderedTable} from 'src/components'
Global Usage
Vue.component(SimpleTable)
Vue.component(OrderedTable)
For Local Usage
export default {
components: {
SimpleTable,
OrderedTable
}
}
Note: For more details about the tables and which tables you can use in your project please see the Table section from vuematerial.io
Simple Table
Simple Table
Here is a subtitle for this table
Ordered Table
Ordered Table
Here is a subtitle for this table