ggaborx

Results 4 comments of ggaborx

I figured out this is an Angular RC6 issue: https://github.com/angular/angular/issues/11251 Regarding the comments the most suitable / future proof way would be use class names or custom attributes for all...

I also had this issue and it seems like we need to **explicitly create the root app** instead of creating it directly from our root component. So instead of this:...

@RobertWHurst you can use the el prop instead of $mount but you will still get an error if you would like to do it with SFC. The documentation is unclear...

@RobertWHurst SFC stands for [Single File Component](https://vuejs.org/v2/guide/single-file-components.html). There is no clear explanation in the documentation how to mount an SFC as the root component. You can set it as the...