Skip to content

Commit

Permalink
docs: Temporary Sanbox Edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Voral committed Dec 19, 2023
1 parent ccb5c67 commit b61ca65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/docs/.vuepress/components/Sandbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@

<script>
import Fuse from 'fuse.js'
import debounce from 'lodash/debounce'
//import debounce from 'lodash/debounce'
import debounce from "@popperjs/core/lib/utils/debounce";
import vSelect from '../../../../src/components/Select.vue'
import countries from '../data/countryCodes'
import books from '../data/books'
Expand Down
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"fuse.js": "^7.0.0",
"lodash.debounce": "^4.0.8",
"vite": "^5.0.6"
}
}
4 changes: 3 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b61ca65

Please sign in to comment.