Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Jan 4, 2022
1 parent f5368f8 commit e3f0bd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/componentUpdate/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default {
name: "App",
setup() {
const msg = ref("123");
window.msg = msg

const changeChildProps = () => {
msg.value = "456";
Expand Down

0 comments on commit e3f0bd5

Please sign in to comment.