]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: use fixed version of vue@next
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 20 Feb 2020 15:31:51 +0000 (16:31 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 20 Feb 2020 15:31:51 +0000 (16:31 +0100)
.github/contributing.md
package.json
playground/App.vue
yarn.lock

index acb811bd86e67dae0b24d03b1976b34bdd5ca478..16deb4c625fd3eb7ee1ee6018bdf33626f5cf24e 100644 (file)
@@ -1,4 +1,4 @@
-# Vue.js Contributing Guide
+# Vue.js Router Contributing Guide
 
 Hi! I'm really excited that you are interested in contributing to Vue.js. Before submitting your contribution, please make sure to take a moment and read through the following guidelines:
 
index 0d2ea787d72ee0a074fbb3a845ce0b9a92203de1..180e829c9ef74cc33cd426459db85546af622efc 100644 (file)
@@ -36,7 +36,7 @@
     "@types/jsdom": "^16.1.0",
     "@types/webpack": "^4.41.6",
     "@types/webpack-env": "^1.15.0",
-    "@vue/compiler-sfc": "^3.0.0-alpha.3",
+    "@vue/compiler-sfc": "3.0.0-alpha.4",
     "axios": "^0.19.2",
     "browserstack-local": "^1.4.5",
     "chromedriver": "^80.0.1",
@@ -60,7 +60,7 @@
     "ts-loader": "^6.2.1",
     "ts-node": "^8.6.2",
     "typescript": "^3.7.5",
-    "vue": "next",
+    "vue": "3.0.0-alpha.4",
     "vue-loader": "next",
     "webpack": "^4.41.6",
     "webpack-cli": "^3.3.11",
index 5287225b2d9503879b745ff47022f4ef4d4bdef0..99b8e242aa55258c77aab9e0fa75df5fec40cb75 100644 (file)
   </div>
 </template>
 
-<script lang="ts">
+<script>
 import { defineComponent, inject, computed } from 'vue'
 import { scrollWaiter } from './scrollWaiter'
 import { useRoute } from '../src'
index 071a5aaa789441fa2c4486464bba75b9e63cd39d..e233c5351dc56759df484ce9b598508e57d19372 100644 (file)
--- a/yarn.lock
+++ b/yarn.lock
   dependencies:
     "@vue/compiler-core" "3.0.0-alpha.4"
 
-"@vue/compiler-sfc@^3.0.0-alpha.3":
+"@vue/compiler-sfc@3.0.0-alpha.4":
   version "3.0.0-alpha.4"
   resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.0.0-alpha.4.tgz#5013249b00f5c81ee1f247bc1b128f3233af4f96"
   integrity sha512-JlER3RUHC8seCMHV3dZgqDf48IrEGZ6HKrCWOi/ed3N825pJQAgmwJBe5XkPKNMmFBjiWypT4NYAkBU0YbLkhg==
@@ -7797,7 +7797,7 @@ vue-loader@next:
     merge-source-map "^1.1.0"
     source-map "^0.6.1"
 
-vue@next:
+vue@3.0.0-alpha.4:
   version "3.0.0-alpha.4"
   resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0-alpha.4.tgz#c0aa2a175820cb52dde4ca3e1b659df44ff5b2a5"
   integrity sha512-hQ8bwl5tneFHjlomZ7DcwUZoB4yseM+6phOhjBQciKmPp2sYapGHNHB1O3pl/2IUFD/RtrGeZtI7BiHk9wfxxA==