Skip to content

Commit 5496363

Browse files
committed
hardcore css import path
1 parent 3cbe430 commit 5496363

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Refer to [Grid.js documentation](https://gridjs.io/docs/config/) for specific co
4949
```vue
5050
<template>
5151
<grid
52-
:auto-width="autowidth"
52+
:auto-width="autoWidth"
5353
:data="data"
5454
:from="from"
5555
:language="language"
@@ -118,7 +118,6 @@ export default {
118118
- Website: https://self.agency
119119
- Twitter: [@selfagency_llc](https://twitter.com/selfagency_llc)
120120
- Gitlab: [@selfagency](https://gitlab.com/selfagency)
121-
- LinkedIn: [@selfagency](https://linkedin.com/in/selfagency)
122121

123122
## 🤝 Contributing
124123

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-gridjs",
33
"description": "A Vue.js wrapper component for Grid.js",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"private": false,
66
"main": "./dist/index.js",
77
"umd": "./dist/index.umd.js",

src/vue-gridjs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ export default {
9292

9393
<style lang="scss" scoped>
9494
.mermaid {
95-
@import '~gridjs/dist/theme/mermaid.css';
95+
@import '../node_modules/gridjs/dist/theme/mermaid.css';
9696
}
9797
</style>

0 commit comments

Comments
 (0)