diff --git a/README.md b/README.md
index a47399e..dd3624f 100644
--- a/README.md
+++ b/README.md
@@ -111,7 +111,6 @@ export default {

-
## Build Setup
``` bash
diff --git a/examples/App.vue b/examples/App.vue
index 73adf07..c324c97 100644
--- a/examples/App.vue
+++ b/examples/App.vue
@@ -6,6 +6,7 @@
+
@@ -16,9 +17,18 @@
import PieExample from './examples/PieExample'
import RadarExample from './examples/RadarExample'
import PolarAreaExample from './examples/PolarAreaExample'
+ import BubbleExample from './examples/BubbleExample'
export default {
- components: { BarExample, LineExample, DoughnutExample, PieExample, RadarExample, PolarAreaExample }
+ components: {
+ BarExample,
+ LineExample,
+ DoughnutExample,
+ PieExample,
+ RadarExample,
+ PolarAreaExample,
+ BubbleExample
+ }
}