selector method
Sets the CSS selector for the mount point. Defaults to '#app'.
Implementation
AppBuilder selector(String value) {
_selector = value;
return this;
}
Sets the CSS selector for the mount point. Defaults to '#app'.
AppBuilder selector(String value) {
_selector = value;
return this;
}