0.3.1
This commit is contained in:
parent
a5be8ff5cf
commit
789afd20a4
1
components.d.ts
vendored
1
components.d.ts
vendored
@ -28,6 +28,5 @@ declare module '@vue/runtime-core' {
|
||||
ASelect: typeof import('@arco-design/web-vue')['Select']
|
||||
ASlider: typeof import('@arco-design/web-vue')['Slider']
|
||||
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
4
dist/index.html
vendored
@ -5,8 +5,8 @@
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>CSS3 Flexbox 在线演示---语言爱好网</title>
|
||||
<script type="module" crossorigin src="/assets/index.6cde3632.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index.a55e32e0.css">
|
||||
<script type="module" crossorigin src="/assets/index.ee16b107.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index.1ec5069b.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -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>
|
Loading…
x
Reference in New Issue
Block a user