2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-17 17:00:33 +03:00

chore: update README.md

This commit is contained in:
2021-10-19 16:07:22 +03:00
parent dc4d11f301
commit 5240aaa4b6
+9 -1
View File
@@ -59,7 +59,6 @@ The following code showcases a simple usage example in a .vue SFC (Single File C
<script>
import { GGanttChart, GGanttRow } from '@tenrok/vue-ganttastic'
import '@tenrok/vue-ganttastic/dist/vue-ganttastic.css'
export default {
@@ -105,6 +104,15 @@ The following code showcases a simple usage example in a .vue SFC (Single File C
}
</script>
<style lang="scss">
@import '~@tenrok/vue-ganttastic/dist/vue-ganttastic.css';
// Custom
.g-grid-line-highlighted {
background: #ffb0b0;
}
</style>
```
## Setup