From fb219d3e71a1ce2f56a11d7f97aa658d82e2ae88 Mon Sep 17 00:00:00 2001 From: york yao Date: Sun, 26 Nov 2017 12:11:37 +0800 Subject: [PATCH] doc: link css --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ddc8c1b..cd00813 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A vuejs, reactjs and angular select component. #### link css ```html - + ``` #### vuejs component @@ -160,6 +160,14 @@ import { Select2 } from "select2-react-component"; import { Select2Module } from "select2-angular-component"; ``` +```html +// v4 + + +// v5 + +``` + ```ts // v3 angular AOT: import { Select2Module } from "select2-component/angular";