Skip to content

Commit f1f6997

Browse files
authored
Clarified css import instructions
1 parent 79c3fda commit f1f6997

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,16 @@ If you don't know what to choose, don't worry, the full is the default version.
7373
If you want the slim down version, here is the changes:
7474

7575
```js
76+
// the "full" way
77+
<script>
78+
import VueFormGenerator from "vue-form-generator";
79+
import "vue-form-generator/dist/vfg.css"; // optional full css additions
80+
</script>
81+
7682
// the "core" way
7783
<script>
7884
import VueFormGenerator from "vue-form-generator/dist/vfg-core.js";
79-
import "vue-form-generator/dist/vfg-core.css";
85+
import "vue-form-generator/dist/vfg-core.css"; // optional core css additions
8086
</script>
8187
```
8288

0 commit comments

Comments
 (0)