Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro-Pang committed Nov 8, 2024
2 parents 9750abe + 37c3a01 commit 3c31be6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- run: pnpm install
- run: pnpm build
- run: pnpm -r build
- run: mkdir web && cp -r ./demos/vue3-demo/dist ./web/demo && cp -r ./docs/dist ./web/docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down
3 changes: 2 additions & 1 deletion demos/vue3-demo/src/views/PrintBaiduMap.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script setup>
<script setup lang="ts">
//@ts-nocheck
import {vPrint} from "vue-print-next";
// 初始化地图资源
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview"
},
"author": "zi.yang <[email protected]> (https://github.com/Alessandro-Pang)",
"license": "MIT",
Expand Down
12 changes: 3 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c31be6

Please sign in to comment.