mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
fix(prerender): router compatible with prerender
This commit is contained in:
@ -9,14 +9,14 @@ import { DATA_URL, STORED_DEMO_MODE_KEY, STORED_DEMO_URL_KEY } from '../helpers'
|
||||
})
|
||||
export class ThemeBuilder {
|
||||
|
||||
@State() cssText: string = '';
|
||||
@State() cssText = '';
|
||||
demoData: { name: string, url: string }[];
|
||||
@State() demoMode: string;
|
||||
@State() demoUrl: string;
|
||||
@State() hoverProperty: string;
|
||||
@State() propertiesUsed: string[];
|
||||
themeData: { name: string }[];
|
||||
@State() themeName: string = '';
|
||||
@State() themeName = '';
|
||||
|
||||
componentWillLoad () {
|
||||
return fetch(DATA_URL).then(rsp => {
|
||||
|
Reference in New Issue
Block a user