Skip to content

Commit eb61aee

Browse files
author
Cube
authored
Merge pull request #135 from Dynamsoft/_dev
remove unnecessary code;
2 parents c655101 + 2780036 commit eb61aee

File tree

4 files changed

+0
-40
lines changed

4 files changed

+0
-40
lines changed

1.hello-world/6.read-video-vue3/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -262,16 +262,6 @@ onBeforeUnmount(async () => {
262262
top: 97%;
263263
}
264264
}
265-
266-
@keyframes dbrScanner-scanlight {
267-
from {
268-
top: 0;
269-
}
270-
271-
to {
272-
top: 97%;
273-
}
274-
}
275265
</style>
276266
```
277267

1.hello-world/6.read-video-vue3/src/components/VideoDecode.vue

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -211,14 +211,4 @@ onBeforeUnmount(async () => {
211211
top: 97%;
212212
}
213213
}
214-
215-
@keyframes dbrScanner-scanlight {
216-
from {
217-
top: 0;
218-
}
219-
220-
to {
221-
top: 97%;
222-
}
223-
}
224214
</style>

1.hello-world/8.read-video-nuxtjs/README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -268,16 +268,6 @@ onBeforeUnmount(async () => {
268268
top: 97%;
269269
}
270270
}
271-
272-
@keyframes dbrScanner-scanlight {
273-
from {
274-
top: 0;
275-
}
276-
277-
to {
278-
top: 97%;
279-
}
280-
}
281271
</style>
282272
```
283273

1.hello-world/8.read-video-nuxtjs/components/VideoDecode.vue

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -211,14 +211,4 @@ onBeforeUnmount(async () => {
211211
top: 97%;
212212
}
213213
}
214-
215-
@keyframes dbrScanner-scanlight {
216-
from {
217-
top: 0;
218-
}
219-
220-
to {
221-
top: 97%;
222-
}
223-
}
224214
</style>

0 commit comments

Comments
 (0)