forked from platypush/platypush
[UI] Added camera.pi.legacy
web panel.
This commit is contained in:
parent
b6bd86794b
commit
31528e3c0e
1 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
||||||
|
<template>
|
||||||
|
<Camera camera-plugin="pi.legacy" />
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import Camera from "@/components/panels/Camera/Index";
|
||||||
|
|
||||||
|
export default {
|
||||||
|
name: "CameraPiLegacy",
|
||||||
|
components: {Camera},
|
||||||
|
}
|
||||||
|
</script>
|
Loading…
Reference in a new issue