This commit is contained in:
bwstudio
2025-10-22 08:19:00 +08:00
parent 467b04e5b0
commit 97fbfe08d7
6040 changed files with 529099 additions and 9685 deletions
+25
View File
@@ -0,0 +1,25 @@
<template>
<view class="abc">
<u-button>nihao</u-button>
</view>
</template>
<script>
export default {
name:"demo-com",
options: { styleIsolation: 'shared' },
data() {
return {
};
}
}
</script>
<style lang="scss">
.abc ::v-deep .u-button {
color: red !important;
}
</style>