Skip to content

Commit 72e8d86

Browse files
committed
web: fix Buefy
1 parent 07790d0 commit 72e8d86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"apollo-link": "^1.2.2",
1717
"apollo-link-context": "^1.0.8",
1818
"apollo-link-http": "^1.5.4",
19-
"buefy": "^0.6.6",
19+
"buefy": "^0.6.7",
2020
"graphql": "^0.13.2",
2121
"graphql-tag": "^2.9.2",
2222
"vue": "^2.5.2",

web/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import VueApollo from 'vue-apollo'
1111

1212
// Buefy
1313
import Buefy from 'buefy'
14-
import 'buefy/lib/buefy.css'
14+
import 'buefy/dist/buefy.css'
1515

1616
// Material
1717
import VueMaterial from 'vue-material'

0 commit comments

Comments
 (0)