Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yuan Zhixiang
c-render-vue
Commits
1c5ffca4
Commit
1c5ffca4
authored
Apr 26, 2024
by
Yuan Zhixiang
Browse files
按钮顺序调整
parent
7a50fc91
Changes
1
Show whitespace changes
Inline
Side-by-side
src/components/ControlPanel.vue
View file @
1c5ffca4
...
...
@@ -32,8 +32,8 @@ const command_available = computed(()=>{
<NextButton
v-show=
"!edit_mode"
/>
<CommandButton
v-show=
"command_available && edit_mode"
/>
<br
v-show=
"!edit_mode"
>
<NextBreakpoint
v-show=
"!edit_mode"
/>
<PrevBreakpoint
v-show=
"!edit_mode"
/>
<NextBreakpoint
v-show=
"!edit_mode"
/>
</div>
</
template
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment