parent
b32a12a597
commit
c46bbc6f75
@ -1,5 +1,5 @@ |
|||||||
module.exports = { |
module.exports = { |
||||||
presets: [ |
presets: [ |
||||||
'@vue/cli-plugin-babel/preset' |
'@vue/cli-plugin-babel/preset' |
||||||
] |
] |
||||||
}; |
}; |
||||||
|
@ -1,17 +1,17 @@ |
|||||||
<!DOCTYPE html> |
<!DOCTYPE html> |
||||||
<html lang="en"> |
<html lang="en"> |
||||||
<head> |
<head> |
||||||
<meta charset="utf-8"> |
<meta charset="utf-8"> |
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0"> |
<meta name="viewport" content="width=device-width,initial-scale=1.0"> |
||||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> |
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> |
||||||
<title>fly分发平台</title> |
<title>fly分发平台</title> |
||||||
</head> |
</head> |
||||||
<body> |
<body> |
||||||
<noscript> |
<noscript> |
||||||
<strong>We're sorry but fly doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> |
<strong>We're sorry but fly doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> |
||||||
</noscript> |
</noscript> |
||||||
<div id="app"></div> |
<div id="app"></div> |
||||||
<!-- built files will be auto injected --> |
<!-- built files will be auto injected --> |
||||||
</body> |
</body> |
||||||
</html> |
</html> |
||||||
|
Loading…
Reference in new issue