tsviewer 1.0.9 → 1.0.10
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.
- package/dist/tsviewer.es.js +1 -1
- package/dist/tsviewer.umd.js +1 -1
- package/package.json +1 -1
package/dist/tsviewer.es.js
CHANGED
|
@@ -14214,7 +14214,7 @@ const __unplugin_components_2 = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["rend
|
|
|
14214
14214
|
}
|
|
14215
14215
|
}, authToken = {
|
|
14216
14216
|
methods: {
|
|
14217
|
-
useGetToken() {
|
|
14217
|
+
async useGetToken() {
|
|
14218
14218
|
return useViewerStore().userToken;
|
|
14219
14219
|
}
|
|
14220
14220
|
}
|