feat: show all styles in source code
This commit is contained in:
@@ -136,7 +136,7 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped docs>
|
||||
<style lang="less" scoped>
|
||||
section {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -134,9 +134,7 @@ export default {
|
||||
.veui-checkbox {
|
||||
margin: 8px 16px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<style lang="less" scoped docs>
|
||||
section {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
@@ -122,7 +122,7 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less" scoped docs>
|
||||
<style lang="less" scoped>
|
||||
section {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user