mirror of
https://github.com/tenrok/vue-ganttastic.git
synced 2026-06-25 02:00:33 +03:00
chore: update README.md
This commit is contained in:
@@ -59,7 +59,6 @@ The following code showcases a simple usage example in a .vue SFC (Single File C
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { GGanttChart, GGanttRow } from '@tenrok/vue-ganttastic'
|
import { GGanttChart, GGanttRow } from '@tenrok/vue-ganttastic'
|
||||||
import '@tenrok/vue-ganttastic/dist/vue-ganttastic.css'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
||||||
@@ -105,6 +104,15 @@ The following code showcases a simple usage example in a .vue SFC (Single File C
|
|||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss">
|
||||||
|
@import '~@tenrok/vue-ganttastic/dist/vue-ganttastic.css';
|
||||||
|
|
||||||
|
// Custom
|
||||||
|
.g-grid-line-highlighted {
|
||||||
|
background: #ffb0b0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|||||||
Reference in New Issue
Block a user