Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Mar 28, 2024
1 parent df8c51c commit c47de9e
Show file tree
Hide file tree
Showing 2 changed files with 510 additions and 465 deletions.
9 changes: 4 additions & 5 deletions docs/pages/playground.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
/> -->

<!-- Play around with your component here: -->
<!--<KTextbox :clearable="true" :textArea="true" label="labelll" />-->

</div>

Expand All @@ -35,10 +34,10 @@
//import KTextbox from '../../lib/KTextbox/index.vue';
/*
Playground is a Vue component too,
so you can also use `data`, `methods`, etc.
as usual if helpful
*/
Playground is a Vue component too,
so you can also use `data`, `methods`, etc.
as usual if helpful
*/
export default {
name: 'Playground',
data() {
Expand Down
Loading

0 comments on commit c47de9e

Please sign in to comment.