diff --git a/chameleon-client/src/router.js b/chameleon-client/src/router.js index 6319584d0..4ee4809f5 100644 --- a/chameleon-client/src/router.js +++ b/chameleon-client/src/router.js @@ -22,6 +22,11 @@ export default new Router({ path: '/settings', name: 'Settings', component: lazyLoad('Settings') + }, + { + path: '/picker', + name: 'Picker', + component: lazyLoad('ColorPicker') } ] }) diff --git a/chameleon-client/src/views/CameraViewes/ThresholdTab.vue b/chameleon-client/src/views/CameraViewes/ThresholdTab.vue index 9f4e2a69b..880851618 100644 --- a/chameleon-client/src/views/CameraViewes/ThresholdTab.vue +++ b/chameleon-client/src/views/CameraViewes/ThresholdTab.vue @@ -6,7 +6,7 @@ - + colorize Colorpick Calibration @@ -19,6 +19,7 @@ + + \ No newline at end of file