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

1
components.d.ts vendored
View File

@ -28,6 +28,5 @@ declare module '@vue/runtime-core' {
ASelect: typeof import('@arco-design/web-vue')['Select'] ASelect: typeof import('@arco-design/web-vue')['Select']
ASlider: typeof import('@arco-design/web-vue')['Slider'] ASlider: typeof import('@arco-design/web-vue')['Slider']
ATooltip: typeof import('@arco-design/web-vue')['Tooltip'] ATooltip: typeof import('@arco-design/web-vue')['Tooltip']
Hello: typeof import('./src/components/hello.vue')['default']
} }
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
dist/index.html vendored
View File

@ -5,8 +5,8 @@
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CSS3 Flexbox 在线演示---语言爱好网</title> <title>CSS3 Flexbox 在线演示---语言爱好网</title>
<script type="module" crossorigin src="/assets/index.6cde3632.js"></script> <script type="module" crossorigin src="/assets/index.ee16b107.js"></script>
<link rel="stylesheet" href="/assets/index.a55e32e0.css"> <link rel="stylesheet" href="/assets/index.1ec5069b.css">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View File

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