Skip to content

Commit

Permalink
feat: publish v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fanwei committed Aug 3, 2021
1 parent 72655e2 commit d863ebb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ router.push('/login');
|`onBeforeRouteUpdate`(updateGuard: NavigationGuard): void||
|`useRoute`(): Route \| undefined||
|`useRouter`(): VueRouter \| undefined||
|router.`isReady`(): Promise\<void\>||


## ☎️ Contact
Expand Down
8 changes: 7 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue2-helpers",
"version": "1.0.0",
"version": "1.1.0",
"description": "A util package to use Vue 2 with Composition API easily",
"author": "Ambit Tsai <[email protected]>",
"license": "Apache-2.0",
Expand All @@ -27,6 +27,7 @@
"rollup": "^2.53.3",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.3.5",
"vue": "^2.6.14",
"vue-router": "^3.5.2",
"vuex": "^3.6.2"
},
Expand Down
1 change: 1 addition & 0 deletions scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ async function compile(file) {
const bundle = await rollup.rollup({
input: file,
external: [
'vue',
'@vue/composition-api',
'vuex',
'vue-router',
Expand Down

0 comments on commit d863ebb

Please sign in to comment.