Skip to content

Conversation

@nicerr
Copy link

@nicerr nicerr commented Aug 31, 2019

Copying and pasting the code into the script tab didn't work:

var ractive = Ractive({
target: output,
template: template,

This works:

var ractive = new Ractive({
target: '#target',
template: '#template',

Copying and pasting the code into the script tab didn't work:

var ractive = Ractive({
  target: output,
  template: template,

This works:

var ractive = new Ractive({
  target: '#target',
  template: '#template',
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.

1 participant