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 f82e4b7
Show file tree
Hide file tree
Showing 5 changed files with 643 additions and 224 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 f82e4b7

Please sign in to comment.