-
-
-
```
> Note:
>
@@ -226,7 +203,7 @@ onBeforeUnmount(async () => {
### Edit the `ImageCapture` component
-* In `ImageCapture.client.vue`, add code for initializing and destroying the `CaptureVisionRouter` instance. The `ImageCapture` helps decode barcodes in an image.
+* In `ImageCapture.client.vue`, add code for initializing and destroying the `CaptureVisionRouter` instance. The `ImageCapture` helps decode barcodes in an image. For our stylesheet (CSS) specification, please refer to our [source code](#Official-Sample).
```vue
@@ -296,35 +273,13 @@ onBeforeUnmount(async () => {
-
-
```
### Add `VideoCapture` and `ImageCapture` components in `app.vue`
* On `/app.vue`, we will edit the component so that it offers buttons to switch components between `VideoCapture` and `ImageCapture`.
-* Add following code to `app.vue`.
+* Add following code to `app.vue`. For our stylesheet (CSS) specification, please refer to our [source code](#Official-Sample).
```vue
@@ -333,7 +288,7 @@ onBeforeUnmount(async () => {