Skip to content

Commit

Permalink
chore: clean config.json (#2965)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu authored Mar 13, 2024
1 parent 5be4aec commit dc75233
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 908 deletions.
2 changes: 1 addition & 1 deletion packages/nutui-taro-demo/src/pages/index/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<li>{{ _nav.name }}</li>
<ul>
<template v-for="_package in reorder(_nav.packages)" :key="_package">
<li v-if="_package.show && _package.taro && _package.exportEmpty !== false">
<li v-if="_package.show !== false && _package.taro !== false">
<a @click="navigateTo(_package.name, _nav.enName)">
{{ _package.name }}
&nbsp;&nbsp;
Expand Down
247 changes: 0 additions & 247 deletions scripts/createComponentMode.js

This file was deleted.

Loading

0 comments on commit dc75233

Please sign in to comment.