We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e194dba commit 9dfcc00Copy full SHA for 9dfcc00
2 files changed
README.md
@@ -61,7 +61,7 @@ npm install slim-select
61
62
```javascript
63
import SlimSelect from 'slim-select'
64
-import 'slim-select/styles' // optional import method
+import 'slim-select/styles' // optional css import method
65
66
new SlimSelect({
67
select: '#selectElement',
src/docs/pages/install.vue
@@ -30,6 +30,7 @@ export default defineComponent({
30
<pre class="example-code">
31
<code class="language-javascript">
32
33
+ import 'slim-select/styles' // optional css import method
34
35
36
select: '#selectElement'
0 commit comments