Skip to content

Commit a6770d3

Browse files
committed
fix(select): rename placeholder to input-placeholder class to avoid conflicts
1 parent fe82efe commit a6770d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Placeholder.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ defineProps<{
55
</script>
66

77
<template>
8-
<div class="placeholder">
8+
<div class="input-placeholder">
99
{{ text }}
1010
</div>
1111
</template>
1212

1313
<style lang="css" scoped>
14-
.placeholder {
14+
.input-placeholder {
1515
grid-area: 1 / 1 / 2 / 3;
1616
color: var(--vs-placeholder-color);
1717
}

0 commit comments

Comments
 (0)