Skip to content

Commit

Permalink
fix typo (ronst→const) (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
kou029w authored Jun 22, 2022
1 parent 6ede20f commit 99a599e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ export default {
import { reactive, toRefs, readonly } from "vue";
export default {
setup() {
ronst user = readonly(
const user = readonly(
reactive({
name: "",
})
Expand Down

0 comments on commit 99a599e

Please sign in to comment.