build
This commit is contained in:
parent
1613233983
commit
925eaf4d0a
|
|
@ -1 +1 @@
|
|||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/favicon.ico><title>admin</title><link href=/css/chunk-8a640478.c94f9863.css rel=prefetch><link href=/js/chunk-8a640478.6e635cc0.js rel=prefetch><link href=/css/app.0fc4983f.css rel=preload as=style><link href=/css/chunk-vendors.d39e9fad.css rel=preload as=style><link href=/js/app.a80dbc08.js rel=preload as=script><link href=/js/chunk-vendors.59b909a4.js rel=preload as=script><link href=/css/chunk-vendors.d39e9fad.css rel=stylesheet><link href=/css/app.0fc4983f.css rel=stylesheet></head><body><noscript><strong>We're sorry but admin doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/js/chunk-vendors.59b909a4.js></script><script src=/js/app.a80dbc08.js></script></body></html>
|
||||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>admin</title><link href=css/chunk-8a640478.c94f9863.css rel=prefetch><link href=js/chunk-8a640478.6e635cc0.js rel=prefetch><link href=css/app.0fc4983f.css rel=preload as=style><link href=css/chunk-vendors.d39e9fad.css rel=preload as=style><link href=js/app.f810d512.js rel=preload as=script><link href=js/chunk-vendors.59b909a4.js rel=preload as=script><link href=css/chunk-vendors.d39e9fad.css rel=stylesheet><link href=css/app.0fc4983f.css rel=stylesheet></head><body><noscript><strong>We're sorry but admin doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.59b909a4.js></script><script src=js/app.f810d512.js></script></body></html>
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -11,6 +11,8 @@ Vue.config.productionTip = false;
|
|||
installPlugin(Vue);
|
||||
Vue.use(ElementUI);
|
||||
|
||||
console.log('v0.01');
|
||||
|
||||
const app = new Vue({
|
||||
router,
|
||||
store,
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
module.exports = {
|
||||
lintOnSave: false
|
||||
lintOnSave: false,
|
||||
publicPath: "./"
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue