From fce300bb0dd1dd57a881b60d469c7fdf49a9ea64 Mon Sep 17 00:00:00 2001 From: yangtao Date: Tue, 17 Oct 2023 16:08:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E5=8A=A8=E8=A7=A6=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/blank.yml | 4 ++-- .github/workflows/pages.yml | 6 +++--- ...\211\344\273\200\344\271\210\344\270\215\345\220\214.md" | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index d9083230..2d3841f3 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -3,8 +3,8 @@ name: Deploy My Server on: - push: - branches: [ master ] + # push: + # branches: [ master ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 031b05eb..2e527791 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -2,9 +2,9 @@ name: Pages on: workflow_dispatch: - push: - branches: - - master # 这里只配置了master分支,所以只有推送master分支才会触发以下任务 + # push: + # branches: + # - master # 这里只配置了master分支,所以只有推送master分支才会触发以下任务 jobs: pages: diff --git "a/source/_posts/Vue3.0 \346\211\200\351\207\207\347\224\250\347\232\204 Composition Api \344\270\216 Vue2.x \344\275\277\347\224\250\347\232\204 Options Api \346\234\211\344\273\200\344\271\210\344\270\215\345\220\214.md" "b/source/_posts/Vue3.0 \346\211\200\351\207\207\347\224\250\347\232\204 Composition Api \344\270\216 Vue2.x \344\275\277\347\224\250\347\232\204 Options Api \346\234\211\344\273\200\344\271\210\344\270\215\345\220\214.md" index 54392ab3..c8735cf8 100644 --- "a/source/_posts/Vue3.0 \346\211\200\351\207\207\347\224\250\347\232\204 Composition Api \344\270\216 Vue2.x \344\275\277\347\224\250\347\232\204 Options Api \346\234\211\344\273\200\344\271\210\344\270\215\345\220\214.md" +++ "b/source/_posts/Vue3.0 \346\211\200\351\207\207\347\224\250\347\232\204 Composition Api \344\270\216 Vue2.x \344\275\277\347\224\250\347\232\204 Options Api \346\234\211\344\273\200\344\271\210\344\270\215\345\220\214.md" @@ -1,5 +1,5 @@ --- -title: Vue3.0 所采用的 Composition Api 与 Vue2.x 使用的 Options Api 有什么不同 +title: Vue3.0 所采用的 Composition Api 与 Vue2.x 使用的 Options Api 有什么不同? date: 2023-10-16 14:25:42 categories: 前端 tags: vue