feat: show all styles in source code

This commit is contained in:
Justineo
2021-09-15 20:03:51 +08:00
parent 7b723e469b
commit 97aa5e7839
134 changed files with 349 additions and 300 deletions

View File

@@ -136,7 +136,7 @@ export default {
}
</script>
<style lang="less" scoped docs>
<style lang="less" scoped>
section {
margin-bottom: 20px;
}

View File

@@ -25,7 +25,9 @@
</template>
<template #desc="{ close }">
<p>This is a description for bid.</p>
<veui-button @click="close">close</veui-button>
<veui-button @click="close">
close
</veui-button>
</template>
</veui-table-column>
</veui-table>
@@ -81,7 +83,7 @@ export default {
}
</script>
<style lang="less" scoped docs>
<style lang="less" scoped>
section {
margin-bottom: 20px;
}

View File

@@ -134,9 +134,7 @@ export default {
.veui-checkbox {
margin: 8px 16px;
}
</style>
<style lang="less" scoped docs>
section {
margin-bottom: 20px;
}

View File

@@ -122,7 +122,7 @@ export default {
}
</script>
<style lang="less" scoped docs>
<style lang="less" scoped>
section {
margin-bottom: 20px;
}