This commit is contained in:
2022-11-03 05:31:40 +08:00
parent a5be8ff5cf
commit 789afd20a4
7 changed files with 9 additions and 23 deletions

View File

@ -291,17 +291,16 @@ setInterval(() => {
@click="fiexSubmit"
:style="{ marginTop: '15px' }"
type="primary"
status="success"
>获取
</a-button
>
status="success">
获取
</a-button>
<a-alert
type="success"
:show-icon="false"
:style="{ padding: '20px', marginTop: '15px' }"
v-if="fiexBoxDomHtml || fiexBoxCssString || fiexItemCssString"
>
{{ fiexBoxDomHtml }}
<a-alert type="error" :show-icon="false">{{ fiexBoxDomHtml }}</a-alert>
<a-divider/>
{{ fiexBoxCssString }}
<a-divider/>

1
src/components/README.md Normal file
View File

@ -0,0 +1 @@
components

View File

@ -1,13 +0,0 @@
<template>
</template>
<script>
export default {
name: "hello"
}
</script>
<style scoped>
</style>