Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e2855a4a4d | |||
a7fd8a4089 |
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@ijl/fire.app",
|
"name": "@ijl/fire.app",
|
||||||
"version": "1.6.0",
|
"version": "1.6.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@ijl/fire.app",
|
"name": "@ijl/fire.app",
|
||||||
"version": "1.6.0",
|
"version": "1.6.1",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.21.0",
|
"@babel/core": "^7.21.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ijl/fire.app",
|
"name": "@ijl/fire.app",
|
||||||
"version": "1.6.0",
|
"version": "1.6.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -22,6 +22,8 @@ let mainMountElement = document.getElementById('app');
|
|||||||
if (!mainMountElement) {
|
if (!mainMountElement) {
|
||||||
mainMountElement = document.createElement('div');
|
mainMountElement = document.createElement('div');
|
||||||
mainMountElement.id = 'app';
|
mainMountElement.id = 'app';
|
||||||
|
|
||||||
|
document.body.append(mainMountElement);
|
||||||
}
|
}
|
||||||
|
|
||||||
export default async ({ apps: rawApps, navigations, config, features }) => {
|
export default async ({ apps: rawApps, navigations, config, features }) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user