Skip to content

Commit e789435

Browse files
committed
refactor(forcebaselabelplacementi.vue): change ForceBasedLabelPlacementI.vue
1 parent 036c78e commit e789435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ForceBasedLabelPlacementI.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
// localhost or 127.0.0.1
1818
let fileAddress = window.location.origin + '/json/miserables.json'
1919
await fetch({
20-
url: 'fileAddress',
20+
url: fileAddress,
2121
method: 'get'
2222
}).then(res => {
2323
console.log(res) // eslint-disable-line

0 commit comments

Comments
 (0)