Skip to content

Commit

Permalink
updated vue observer import path
Browse files Browse the repository at this point in the history
  • Loading branch information
alinnert committed Jul 15, 2019
1 parent d1b7d6d commit 66bb326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mana-website/src/docs/README.md
Expand Up @@ -12,7 +12,7 @@ This example uses the upcomming Vue reactivity RFC to track the current value. Y

~~~ js
import { defineController, numberProperty } from '@mana/framework'
import { value, watch } from 'vue'
import { value, watch } from '@vue/observer'

defineController({
// This is the name of the controller.
Expand Down

0 comments on commit 66bb326

Please sign in to comment.