We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342c0df commit 99caa23Copy full SHA for 99caa23
dist/index.js
@@ -1,5 +1,5 @@
1
import throttle from 'lodash/throttle';
2
-import JSON from 'json-cycle';
+// import JSON from 'json-cycle'
3
const css = `
4
.live-translator-enable-button {
5
position: fixed !important;
src/index.ts
@@ -1,6 +1,6 @@
import VueI18n from 'vue-i18n'
import throttle from 'lodash/throttle'
-import JSON from 'json-cycle'
6
0 commit comments