Created
November 12, 2019 00:52
-
-
Save alexharris/08a6b5a0886b46f9f14d0941f27a64fe to your computer and use it in GitHub Desktop.
Import Vue Palette Builder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import PaletteBuilder from 'vue-palette-builder' // import the component | |
| export default { | |
| components: { | |
| PaletteBuilder // register the component | |
| }, | |
| data() { | |
| return { | |
| palette: [] // create a variable called "palette" to hold the output | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment