Skip to content

Commit e764547

Browse files
authored
Update GettingStarted.vue
If you don't add `import 'vue-material/dist/theme/default.css'` for full bundling, things can go wrong on the page. You won't get your component color right.
1 parent 0f96730 commit e764547

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/app/pages/GettingStarted.vue

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
import Vue from 'vue'
4646
import VueMaterial from 'vue-material'
4747
import 'vue-material/dist/vue-material.min.css'
48+
import 'vue-material/dist/theme/default.css'
4849

4950
Vue.use(VueMaterial)
5051
</code-example>

0 commit comments

Comments
 (0)