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

What are the drawbacks if component does not have a wrapper? If tagName === ""

$
0
0

@Enterpub wrote:

Hi everyone, does anyone know are there any drawbacks if component does not have a wrapper?

If tagName === "".

The code for component would be:

import Ember from "ember";

export default Ember.Component.extend({
    tagName: ""
});

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4829

Trending Articles