Skip to content

Commit

Permalink
flow auto
Browse files Browse the repository at this point in the history
  • Loading branch information
孟子文 committed Sep 13, 2021
1 parent 3b325a8 commit ab5e382
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/vitevui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitevui",
"version": "1.0.0-beta.63",
"version": "1.0.0-beta.64",
"description": "vue3.0 ui",
"main": "lib/index.js",
"homepage": "https://bhabgs.github.io/vite-vui-docs/",
Expand Down
6 changes: 5 additions & 1 deletion package/vitevui/src/flowRes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,11 @@ const viFlowRes = defineComponent({
return (
<div class='vuiFlow'>
<div class='flex drag'>
<div class='graph' id={`graph${this.domNum}`}></div>
<div
class='graph'
id={`graph${this.domNum}`}
style={{ flex: 1 }}
></div>
</div>
</div>
);
Expand Down

0 comments on commit ab5e382

Please sign in to comment.