Skip to content

Commit b5eff82

Browse files
author
ahmadhuss
committed
refactor: added app.css or app.js file
1 parent aa488c9 commit b5eff82

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

public/css/app.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.loading-wrapper{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:1029}

public/js/app.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/app.js.LICENSE.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*!
2+
* Vue.js v2.6.13
3+
* (c) 2014-2021 Evan You
4+
* Released under the MIT License.
5+
*/
6+
7+
/**
8+
* @license
9+
* Lodash <https://lodash.com/>
10+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
11+
* Released under MIT license <https://lodash.com/license>
12+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
13+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
14+
*/

0 commit comments

Comments
 (0)