Skip to content

Instantly share code, notes, and snippets.

@klyngen
Created February 20, 2021 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klyngen/2e8a133ca69a13a9ca7a07209c852606 to your computer and use it in GitHub Desktop.
Save klyngen/2e8a133ca69a13a9ca7a07209c852606 to your computer and use it in GitHub Desktop.
Vue webcomponents example
...
import {OvertimeVisualizer} from "overtime-visualizer";
...
Vue.config.ignoredElements = [OvertimeVisualizer.name];
...
<div class="available available-flex">
<overtime-visualizer :overtimeData.prop="colors" v-bind:subtract="hours"></overtime-visualizer>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment