0.3.1
This commit is contained in:
@ -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
1
src/components/README.md
Normal file
@ -0,0 +1 @@
|
||||
components
|
@ -1,13 +0,0 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "hello"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user