#author("2022-05-30T09:28:46+08:00","default:Admin","Admin")
#author("2022-05-30T11:04:57+08:00","default:Admin","Admin")
[[Vue]]

&color(red){※前提条件:本文基于 Vue 2.0 创作};
#contents

vue-easytable 是基于 vue2.x 的 table 组件

* 安装 [#h2b49934]

 npm install vue-easytable --save

* 使用 [#m635317b]

** 引入依赖 [#g6da8df8]


#codeprettify{{
import 'vue-easytable/libs/themes-base/index.css'
import {VTable, VPagination} from 'vue-easytable'
​
//组件中注册
components: {
   VTable, VPagination
}
}}


#hr();
コメント:
#comment_kcaptcha

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS