[+] Add usage help

This commit is contained in:
Hykilpikonna
2021-12-11 18:17:41 -05:00
parent 5b87dedf9e
commit 8bc642036c
+8
View File
@@ -27,6 +27,14 @@ import {range} from "@/utils";
import {Emit, Model} from "vue-property-decorator";
import {Vue, Options} from "vue-class-component";
/**
* Mouse Usage:
* - Alt + Right-click the title to close
* - Left-click on a color block to add color to palette
* - Left-drag on a color block to move color
* - Right-click on a color block to select color
* - Alt + Right-click on a color block to remove color
*/
@Options({components: {ColorPicker}})
export default class MyColorPicker extends Vue
{