refactor: rename labs with `volt`

pull/7362/head
Mert Sincan 2025-03-03 12:50:58 +00:00
parent 912ec92036
commit bc6cc92a25
291 changed files with 469 additions and 469 deletions

View File

@ -1 +0,0 @@
# Labs

View File

@ -1,16 +0,0 @@
<template>
<DocSectionText v-bind="$attrs" />
<DocSectionCode :code="code" lang="script" />
</template>
<script>
export default {
data() {
return {
code: `
import SelectButton from '@/plex/selectbutton';
`
};
}
};
</script>

View File

@ -1,16 +0,0 @@
<template>
<DocSectionText v-bind="$attrs" />
<DocSectionCode :code="code" lang="script" />
</template>
<script>
export default {
data() {
return {
code: `
import Timeline from '@/plex/timeline';
`
};
}
};
</script>

View File

@ -1,16 +0,0 @@
<template>
<DocSectionText v-bind="$attrs" />
<DocSectionCode :code="code" lang="script" />
</template>
<script>
export default {
data() {
return {
code: `
import ToggleButton from '@/plex/togglebutton';
`
};
}
};
</script>

View File

@ -1,16 +0,0 @@
<template>
<DocSectionText v-bind="$attrs" />
<DocSectionCode :code="code" lang="script" />
</template>
<script>
export default {
data() {
return {
code: `
import ToggleSwitch from '@/plex/toggleswitch';
`
};
}
};
</script>

1
apps/volt/README.md Normal file
View File

@ -0,0 +1 @@
# Volt

View File

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Some files were not shown because too many files have changed in this diff Show More