Skip to content

Instantly share code, notes, and snippets.

@alexharris
Created November 12, 2019 00:52
Show Gist options
  • Select an option

  • Save alexharris/08a6b5a0886b46f9f14d0941f27a64fe to your computer and use it in GitHub Desktop.

Select an option

Save alexharris/08a6b5a0886b46f9f14d0941f27a64fe to your computer and use it in GitHub Desktop.
Import Vue Palette Builder
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