Skip to content

Commit

Permalink
add vue share option
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Jazi committed May 8, 2024
1 parent 9c3bf1e commit 6e3cc77
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"vue": "^3.4.21"
},
"devDependencies": {
"@openreplyde/web-docker-vite-plugin": "^1.0.0-alpha.2",
"@openreplyde/web-docker-vite-plugin": "^1.0.0",
"@vitejs/plugin-vue": "^5.0.4",
"prettier": "^3.2.5",
"typescript": "^5.2.2",
Expand Down
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ export default defineConfig(({ mode }) => {
module: "vue-module",
type: "page",
pages: [".*"],
share: {
name: "vue",
}
}),
],
define: {
Expand Down

0 comments on commit 6e3cc77

Please sign in to comment.