Vue
※前提条件:本文基于 Vue 2.0 创作
npm install vue-easytable --save
import 'vue-easytable/libs/themes-base/index.css' import {VTable, VPagination} from 'vue-easytable' //组件中注册 components: { VTable, VPagination }
コメント: