Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ZeMKI
Mesort
Commits
7adb0bf3
Commit
7adb0bf3
authored
May 23, 2022
by
ZeMKI
Browse files
Update app.js
parent
ea029b3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/js/app.js
View file @
7adb0bf3
...
...
@@ -16,6 +16,16 @@ if (process.env.MIX_ENV_MODE === "production") {
window
.
Vue
.
config
.
debug
=
false
;
window
.
Vue
.
config
.
silent
=
true
;
}
else
{
Vue
.
use
(
RayPlugin
,
{
interceptErrors
:
false
,
host
:
"
localhost
"
,
port
:
23517
,
scheme
:
"
http
"
,
showComponentEvents
:
[
"
created
"
],
nodeRaySettings
:
{
interceptConsoleLog
:
false
,
},
});
window
.
Vue
.
config
.
devtools
=
true
;
window
.
Vue
.
config
.
debug
=
true
;
window
.
Vue
.
config
.
silent
=
false
;
...
...
@@ -37,16 +47,7 @@ Vue.prototype.trans = (key) => {
*/
Vue
.
use
(
Buefy
);
Vue
.
use
(
Vuex
);
Vue
.
use
(
RayPlugin
,
{
interceptErrors
:
false
,
host
:
"
localhost
"
,
port
:
23517
,
scheme
:
"
http
"
,
showComponentEvents
:
[
"
created
"
],
nodeRaySettings
:
{
interceptConsoleLog
:
false
,
},
});
Vue
.
use
(
moment
);
require
(
"
./components
"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment