File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Refer to [Grid.js documentation](https://gridjs.io/docs/config/) for specific co
49
49
``` vue
50
50
<template>
51
51
<grid
52
- :auto-width="autowidth "
52
+ :auto-width="autoWidth "
53
53
:data="data"
54
54
:from="from"
55
55
:language="language"
@@ -118,7 +118,6 @@ export default {
118
118
- Website: https://self.agency
119
119
- Twitter: [ @selfagency_llc] ( https://twitter.com/selfagency_llc )
120
120
- Gitlab: [ @selfagency ] ( https://gitlab.com/selfagency )
121
- - LinkedIn: [ @selfagency ] ( https://linkedin.com/in/selfagency )
122
121
123
122
## 🤝 Contributing
124
123
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-gridjs" ,
3
3
"description" : " A Vue.js wrapper component for Grid.js" ,
4
- "version" : " 0.1.3 " ,
4
+ "version" : " 0.1.4 " ,
5
5
"private" : false ,
6
6
"main" : " ./dist/index.js" ,
7
7
"umd" : " ./dist/index.umd.js" ,
Original file line number Diff line number Diff line change @@ -92,6 +92,6 @@ export default {
92
92
93
93
<style lang="scss" scoped>
94
94
.mermaid {
95
- @import ' ~ gridjs/dist/theme/mermaid.css' ;
95
+ @import ' ../node_modules/ gridjs/dist/theme/mermaid.css' ;
96
96
}
97
97
</style >
You can’t perform that action at this time.
0 commit comments