Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

It's not working #6

Open
wrabit opened this issue Nov 27, 2018 · 1 comment
Open

It's not working #6

wrabit opened this issue Nov 27, 2018 · 1 comment

Comments

@wrabit
Copy link

wrabit commented Nov 27, 2018

	<div id="a" style="width: 10px; height: 10px; background: green; position: absolute; right: 0; top: 0;">a</div>
	<div id="b" style="width: 10px; height: 10px; background: green; position: absolute; left: 0; top: 0;">b</div>

	<connection-line from="#a" to="#b"></connection-line>
	<connection-line from="0,0" to="100,100"></connection-line>
<script>
import Connector from 'connection-line'

export default {
	name: 'Mock',
	components: {
		'connection-line' : Connector
	}
}
</script>
@dy
Copy link
Member

dy commented Nov 27, 2018

Yep, I know, sorry about that.
If you want to take this component over - I will transfer that.
Not sure I will soon find time to fix it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants