flameresttable 1.0.7 → 1.0.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flameresttable",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "main": "./src/plugin.ts",
5
5
  "repository": {
6
6
  "type": "git",
@@ -337,7 +337,7 @@ export default defineComponent({
337
337
  // Получить строку с исходником
338
338
  if (getSource) {
339
339
  if (typeof thisArr[0].data === 'string') return thisArr[0].data;
340
- if (typeof thisArr[0].file === 'string') return thisArr[0].file;
340
+ if (typeof thisArr[0].file === 'string') return '/' + thisArr[0].file;
341
341
  return "";
342
342
  }
343
343
  // Получить данные целиком