Skip to content

Commit 337404d

Browse files
committed
docs(usage): add code type
1 parent 76d21b3 commit 337404d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ export default {
4545

4646
To load the CSS you can import it inside the script tag like above.
4747
Another option is to use webpacks [css-loader](https://webpack.js.org/loaders/css-loader/)
48-
```
48+
```vue
4949
<style>
5050
@import '~@sum.cumo/vue-datepicker/dist/vuejs-datepicker.css';
5151
</style>
5252
```
5353

5454
If you use [SASS](https://sass-lang.com/) you can directly import the src file.
5555

56-
```
56+
```vue
5757
<style lang="scss">
5858
@import '~@sumcumo/vue-datepicker/src/styles/style.scss';
5959
</style>

0 commit comments

Comments
 (0)