torchv-translate 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { nextTick } from 'vue';
|
|
2
|
-
|
|
2
|
+
// Import the core translate engine using relative path
|
|
3
|
+
import translate from '../../../translate.js/translate.js';
|
|
3
4
|
|
|
4
5
|
/* 这里不打印 translate.js 的声明 */
|
|
5
6
|
var originalTrasnalteLog = translate.log;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "torchv-translate",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Two lines of js realize automatic html translation. No need to change the page, no language configuration file, no API key, SEO friendly!",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"exports": {
|