fixing merge conflicts
This commit is contained in:
commit
bceee7ecf1
3 changed files with 95 additions and 56 deletions
|
|
@ -4,18 +4,8 @@ import "./page-home.js";
|
|||
import "./page-items.js";
|
||||
|
||||
class AppRoot extends LitElement {
|
||||
static properties = {
|
||||
user: { type: Object, state: true },
|
||||
route: { type: String, state: true },
|
||||
items: { type: Array, state: true }
|
||||
};
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
this.user = null;
|
||||
this.route = 'home';
|
||||
this.items = [];
|
||||
}
|
||||
#user = new StoreController(this, store, s => s.user);
|
||||
#route = new StoreController(this, store, s => s.route);
|
||||
|
||||
static styles = css`
|
||||
:host {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue