Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
frontHu committed Sep 4, 2018
1 parent 85adc27 commit cbe75b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Slider/Menu.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<li>
<span @click="toggle(model.menuName,model.menuUrl,model.menuPath)">
<span >
<i v-if="!isFolder" class="icon file-text">●</i>
{{ model.menuName }}
<i v-if="isFolder" class="icon" :class="[open ? 'folder-open': 'folder']"></i>
Expand Down

0 comments on commit cbe75b3

Please sign in to comment.