Skip to content

Commit

Permalink
lint - cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brianvoe committed Nov 21, 2024
1 parent 61f1b6e commit 1a0f947
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/docs/pages/settings/css_classes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,23 @@ export default defineComponent({
</div>

<pre>
<code class="language-html">
&lt;select id="primary-select"&gt;
&lt;option value="value1"&gt;Value 1&lt;/option&gt;
&lt;option value="value2"&gt;Value 2&lt;/option&gt;
&lt;option value="value3"&gt;Value 3&lt;/option&gt;
&lt;/select&gt;
</code>
</pre>
<code class="language-html">
&lt;select id="primary-select"&gt;
&lt;option value="value1"&gt;Value 1&lt;/option&gt;
&lt;option value="value2"&gt;Value 2&lt;/option&gt;
&lt;option value="value3"&gt;Value 3&lt;/option&gt;
&lt;/select&gt;
</code>
</pre>

<pre>
<code class="language-javascript">
new SlimSelect({
select: '#primary-select',
cssClasses: {
option: "primary-option"
})
</code>
</pre>
<code class="language-javascript">
new SlimSelect({
select: '#primary-select',
cssClasses: {
option: "primary-option"
})
</code>
</pre>
</div>
</template>

0 comments on commit 1a0f947

Please sign in to comment.