Skip to content

Commit

Permalink
perf: 🔧 vue-extends 演示页面优化并去除无用依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Aug 17, 2023
1 parent 73d5c39 commit 56d16c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vue-extends/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
},
"dependencies": {
"@viarotel-org/design": "workspace:^",
"@viarotel-org/float-bubble": "workspace:^",
"@viarotel-org/utils": "workspace:^",
"lodash-es": "^4.17.21",
"vue-demi": "latest"
Expand Down
3 changes: 3 additions & 0 deletions packages/vue-extends/src/components/Redemo/Child.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<button class="btn btn-accent block mt-4" @click="handleClick">
change text
</button>
<div class="pt-2 text-gray-500">
请在控制台中查看效果
</div>
</div>
</template>

Expand Down

0 comments on commit 56d16c2

Please sign in to comment.