Skip to content

Change <import> to <link> in the README.md#1

Open
nknapp wants to merge 1 commit intothomsbg:masterfrom
nknapp:patch-1
Open

Change <import> to <link> in the README.md#1
nknapp wants to merge 1 commit intothomsbg:masterfrom
nknapp:patch-1

Conversation

@nknapp
Copy link
Copy Markdown

@nknapp nknapp commented May 5, 2016

Subcomponents are referenced with <link> and not with import. test.js does it like this and the Ractive component spec at https://github.com/ractivejs/component-spec/blob/master/implementers.md#link-tags says the same.
This commit corrects the README

Subcomponents are referenced with `<link>` and not with import. `test.js` does it like this and the Ractive component spec at https://github.com/ractivejs/component-spec/blob/master/implementers.md#link-tags says the same.
This commit corrects the README
@PersonThing
Copy link
Copy Markdown

Thanks for pointing this out. I had reverted to just using components: { name: require(...) } inside the component properties. This is much better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants