Skip to content

Commit d1f1fa7

Browse files
committed
组合式api完成基础版本,兼容选项式api
1 parent 27a9fe3 commit d1f1fa7

File tree

112 files changed

+2291
-2159
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+2291
-2159
lines changed

.eslintrc.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ module.exports = {
4545
],
4646
rules: {
4747
// js/ts
48+
'semi': ['error', 'always'],
49+
'space-before-function-paren': ["error", "always"],
4850
'no-console': ['warn', { allow: ['error'] }],
4951
'no-restricted-syntax': ['error', 'LabeledStatement', 'WithStatement'],
5052
camelcase: ['error', { properties: 'never' }],

docs/.vuepress/data/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"amap":"2023-11-18","loca":"2023-08-22","extra":"2023-09-16"}
1+
{"amap":"2024-01-30","loca":"2023-08-22","extra":"2023-09-16"}

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@vuemap/vue-amap-loca": "workspace:*",
1616
"@vuemap/vue-amap-extra": "workspace:*",
1717
"three": "0.143.0",
18-
"vue": "^3.3.4"
18+
"vue": "3.4.15"
1919
},
2020
"devDependencies": {
2121
"@types/markdown-it": "12.2.3",

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"not op_mini all"
2424
],
2525
"dependencies": {
26+
"@vuemap/vue-amap": "workspace:*",
27+
"@vuemap/vue-amap-loca": "workspace:*",
28+
"@vuemap/vue-amap-extra": "workspace:*"
2629
},
2730
"devDependencies": {
2831
"@pnpm/find-workspace-packages": "3.1.28",
@@ -42,7 +45,7 @@
4245
"@types/node": "18.19.1",
4346
"@typescript-eslint/eslint-plugin": "5.6.0",
4447
"@typescript-eslint/parser": "5.6.0",
45-
"@vue/compiler-sfc": "3.3.8",
48+
"@vue/compiler-sfc": "3.4.13",
4649
"components-helper": "^1.0.5",
4750
"esbuild": "~0.19.5",
4851
"eslint": "^8.33.0",
@@ -64,8 +67,8 @@
6467
"sucrase": "^3.20.3",
6568
"ts-morph": "14.0.0",
6669
"typescript": "^4.7.4",
67-
"vue": "3.3.8",
68-
"vue-router": "^4.0.12"
70+
"vue": "3.4.15",
71+
"vue-router": "^4.2.5"
6972
},
7073
"peerDependencies": {
7174
"vue": "^3.2.0"

0 commit comments

Comments
 (0)