File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
packages/vue/src/filter/src Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4545 VITE_APP_BUILD_BASE_URL : //opentiny-assets.obs.cn-north-4.myhuaweicloud.com/tiny-vue-web-doc/${{ env.VERSION }}/
4646 - name : Copy files
4747 run : |
48- cp ./index.html ./404.html
48+ cp ./examples/sites/dist/ index.html ./examples/sites/dist /404.html
4949 # ===== 下载 obsutil =====
5050 - name : Install obsutil
5151 run : |
6363 -e=${{ env.HUAWEI_CLOUD_ENDPOINT }}
6464
6565 # 把本地 dist/ 目录整站同步到桶根目录
66- mv dist ${{ env.VERSION }}
66+ mv examples/sites/ dist ${{ env.VERSION }}
6767 obsutil cp ${{ env.VERSION }} obs://${{ env.HUAWEI_CLOUD_BUCKET }}/tiny-vue-web-doc/ -r -f
Original file line number Diff line number Diff line change 3030 :class =" ['h-9 mt-3 float-left relative']"
3131 :style =" { width: state.tagWidth }"
3232 >
33- <IconSubScript
33+ <IconSubscript
3434 v-if =" state.selected.indexOf(item.value) !== -1 && multiple"
3535 class =" absolute right-3 w-4 h-4 fill-color-icon-focus"
36- ></IconSubScript >
36+ ></IconSubscript >
3737 <span
3838 :class =" [
3939 'h-full block p-2 text-center rounded-sm truncate cursor-pointer border-0.5 mr-3',
5353<script lang="ts">
5454import { renderless , api } from ' @opentiny/vue-renderless/filter/tag-group'
5555import { setup , $props , defineComponent } from ' @opentiny/vue-common'
56- import { IconSubScript } from ' @opentiny/vue-icon'
56+ import { iconSubscript } from ' @opentiny/vue-icon'
5757
5858export default defineComponent ({
5959 emits: [' click' , ' update:modelValue' ],
60- components: { IconSubScript: IconSubScript () },
60+ components: { IconSubscript: iconSubscript () },
6161 model: {
6262 prop: ' modelValue' ,
6363 event: ' update:modelValue'
You can’t perform that action at this time.
0 commit comments