From 2db82e12bb729e95fb3474d311ac56249f1521df Mon Sep 17 00:00:00 2001 From: dwqs <461147874@qq.com> Date: Wed, 7 Mar 2018 00:23:01 +0800 Subject: [PATCH] refactor: Update README.md --- README_CN.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README_CN.md b/README_CN.md index af97fcd..2355105 100644 --- a/README_CN.md +++ b/README_CN.md @@ -8,18 +8,19 @@ A simple table component based Vue 2.x. npm: ``` -npm i --save v2-table +npm i --save v2-table beautify-scrollbar ``` yarn: ``` -yarn add v2-table +yarn add v2-table beautify-scrollbar ``` ## 快速开始 ``` import Vue from 'vue'; +import 'beautify-scrollbar/dist/index.css'; import 'v2-table/dist/index.css'; import V2Table from 'v2-table';