From d4bf067bb0d4cbafb06de89158d865c78b75edd1 Mon Sep 17 00:00:00 2001 From: Evan You Date: Tue, 4 Aug 2015 16:21:10 -0400 Subject: [PATCH] add select2 example --- examples/select2/index.html | 63 +++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 examples/select2/index.html diff --git a/examples/select2/index.html b/examples/select2/index.html new file mode 100644 index 00000000..027f0d3d --- /dev/null +++ b/examples/select2/index.html @@ -0,0 +1,63 @@ + + + + + Vue.js custom directive integration example (select2) + + + + + + + + +
+

Selected: {{selected}}

+ +
+ + + +