Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglin2 committed Feb 27, 2024
1 parent 8bdb59c commit c0fea99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web/src/pages/Edit/components/BaseStyle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -880,15 +880,15 @@
</div>
</div>
<!-- 是否开启手绘风格 -->
<div class="row">
<!-- <div class="row">
<div class="rowItem">
<el-checkbox
v-model="localConfigs.isUseHandDrawnLikeStyle"
@change="updateLocalConfig('isUseHandDrawnLikeStyle', $event)"
>{{ $t('baseStyle.isUseHandDrawnLikeStyle') }}</el-checkbox
>
</div>
</div>
</div> -->
</div>
</Sidebar>
</template>
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/Edit/components/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import Painter from 'simple-mind-map/src/plugins/Painter.js'
import ScrollbarPlugin from 'simple-mind-map/src/plugins/Scrollbar.js'
import Formula from 'simple-mind-map/src/plugins/Formula.js'
import Cooperate from 'simple-mind-map/src/plugins/Cooperate.js'
import HandDrawnLikeStyle from 'simple-mind-map-plugin-handdrawnlikestyle'
// import HandDrawnLikeStyle from 'simple-mind-map-plugin-handdrawnlikestyle'
import OutlineSidebar from './OutlineSidebar'
import Style from './Style'
import BaseStyle from './BaseStyle'
Expand Down

0 comments on commit c0fea99

Please sign in to comment.