vue-easytable
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[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
終了行:
[[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
ページ名: