Skip to content

Commit

Permalink
replaced the markdown with vue component
Browse files Browse the repository at this point in the history
  • Loading branch information
Taron Chatoyan authored and brian-mulier-p committed Dec 12, 2024
1 parent d2b48c8 commit f3ddca9
Show file tree
Hide file tree
Showing 6 changed files with 647 additions and 225 deletions.
13 changes: 2 additions & 11 deletions components/docs/NavSideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,13 @@
<script setup>
import Magnify from "vue-material-design-icons/Magnify.vue"
import Keyboard from "vue-material-design-icons/Keyboard.vue"
import Menu from "vue-material-design-icons/Menu.vue"
import RecursiveNavSidebar from "./RecursiveNavSidebar.vue";
</script>

<script>
import ChevronDown from "vue-material-design-icons/ChevronDown.vue"
import ChevronUp from "vue-material-design-icons/ChevronUp.vue"
import Menu from "vue-material-design-icons/Menu.vue"
import RecursiveNavSidebar from "./RecursiveNavSidebar.vue";
export default defineComponent({
components: {
RecursiveNavSidebar,
ChevronDown,
ChevronUp,
Menu
},
props: {
type: {
type: String,
Expand Down
Loading

0 comments on commit f3ddca9

Please sign in to comment.