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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user