You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Loaded modules -- start */
import { LitElement, css } from 'lit-element'
import { AppElement } from './AppElement.js'
import { RoutingPageMixin } from 'routify/lit/RoutingPageMixin'
/* Loaded modules -- end */
export class RoutedElement extends RoutingPageMixin(AppElement) {
}
All I need, is translate that 'lit-element' into 'node_modules/lit-element' .
Is this something this module does?
What is the minimum configuration to make this happen?
The text was updated successfully, but these errors were encountered:
I have code like this:
All I need, is translate that 'lit-element' into 'node_modules/lit-element' .
Is this something this module does?
What is the minimum configuration to make this happen?
The text was updated successfully, but these errors were encountered: