Skip to content

Commit

Permalink
Merge branch 'v4' of https://github.com/jdf2e/nutui into v4
Browse files Browse the repository at this point in the history
  • Loading branch information
szg2008 committed Jan 7, 2023
2 parents 5c9aaf5 + 9650f5d commit 2dbdcb8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/packages/__VUE/avatar/demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default createDemo({
}
});
</script>
<style lang="scss">
<style lang="scss" scoped>
.nut-cell {
align-items: flex-end;
border-radius: 0;
Expand Down
4 changes: 2 additions & 2 deletions src/packages/__VUE/form/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default {
return {basicData}
}
}
<script/>
</script>
```
:::

Expand Down Expand Up @@ -130,7 +130,7 @@ export default {
};
}
}
</script>
</>
```
:::
Expand Down
4 changes: 2 additions & 2 deletions src/packages/__VUE/form/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default {
return {basicData}
}
}
<script/>
</script>
```
:::

Expand Down Expand Up @@ -130,7 +130,7 @@ export default {
};
}
}
</script>
</>
```
:::
Expand Down
4 changes: 2 additions & 2 deletions src/packages/__VUE/form/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default {
return {basicData}
}
}
<script/>
</script>
```
:::

Expand Down Expand Up @@ -128,7 +128,7 @@ export default {
};
}
}
</script>
</>
```
:::
Expand Down

0 comments on commit 2dbdcb8

Please sign in to comment.