Skip to content

Commit feae202

Browse files
committed
feat: 组件添加
1 parent b1952e1 commit feae202

28 files changed

+14969
-306
lines changed

.babelrc

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"presets": [
3-
["env", {
4-
"modules": false,
5-
"targets": {
6-
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
3+
[
4+
"env",
5+
{
6+
"modules": false,
7+
"targets": {
8+
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
9+
}
710
}
8-
}],
11+
],
912
"stage-2"
1013
],
1114
"plugins": ["transform-vue-jsx", "transform-runtime"]

.prettierrc.json

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
��

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
## Build Setup
66

7-
``` bash
7+
```bash
88
# install dependencies
99
npm install
1010

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta charset="utf-8">
5-
<meta name="viewport" content="width=device-width,initial-scale=1.0">
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
66
<title>bigscreen1</title>
77
</head>
88
<body>

0 commit comments

Comments
 (0)