Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4829

Can not generate a view for the index route

$
0
0

@litao84 wrote:

I generated a view for the index route and want to hook the didInsertElemen event.

ember generate view index

then a error occurred.

index
  route.js
  template.hbs
  view.js

view.js

import Ember from 'ember';

export default Ember.View.extend({
});

What's wrong? Thank you in advance!

Posts: 7

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 4829

Trending Articles