Skip to content

Commit

Permalink
1.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nsano-rururu committed Aug 24, 2021
1 parent 508037b commit e569be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "praeco",
"version": "1.8.8",
"version": "1.8.9",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion src/components/FolderTree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</template>

<script>
import { loadChildrenOptions } from '@/lib/tree';
import * as changeCase from 'change-case';
import { loadChildrenOptions } from '@/lib/tree';
export default {
props: ['type'],
Expand Down

0 comments on commit e569be0

Please sign in to comment.