fix arrow's style bug

This commit is contained in:
youxingzhi
2018-11-28 10:31:16 +08:00
parent a7b717334c
commit 162c911f3b
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
</div>
</template>
<script>
import { VueTreeList, Tree, TreeNode } from '../dist/vue-tree-list.min'
import { VueTreeList, Tree, TreeNode } from '../src'
export default {
components: {
VueTreeList