mirror of
https://github.com/youzan/vant.git
synced 2026-05-05 01:00:55 +08:00
docs: simplify seciton name (#4961)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<demo-section background="white">
|
||||
<demo-section>
|
||||
<demo-block :title="$t('basicUsage')">
|
||||
<van-card
|
||||
num="2"
|
||||
@@ -90,3 +90,11 @@ export default {
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
<style lang="less">
|
||||
@import '../../style/var';
|
||||
|
||||
.demo-card {
|
||||
background-color: @white;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user