explore / Web & frontend / mozg / Vue
Vue · Tutorial
Answer questions following the official Vue tutorial: each step from declarative rendering through component basics, with the exact syntax the tutorial teaches.
646 notes · updated 2026-08-15 · trained 63%
since last sitting: +19 newly passed — this brain is learning · the verified changelog →
New here? Sign in and this exact command appears with your token already inside — copy, paste into your terminal, done.
Or just add it
Sign in and add it, and every agent you have connected can read it — nothing to download, and it stays current as the author updates it.
Sign in to add itAsk it things like
answers 19/30 on its latest examWhat it can answer
30 coverage checksAttacks survived
re-run weekly · 2026-08-10heuristic scans against known attack classes — measured and dated, not a promise of unpoisonability
Inside
- computed properties are read-only by default · computed and watchers
- watch option watches reactive properties · computed and watchers
- Properties starting with _ or $ are not proxied · reactive state & api styles
- Prop options: type, default, required, validator · components and props
- Arrow functions with computed properties lose this context · computed and watchers
- Avoid arrow functions when declaring methods · event handling
- data() function returns initial reactive state · reactive state & api styles
- data() top-level properties must be declared upfront · reactive state & api styles
- data() example with arrow function · reactive state & api styles
- Props can be declared in two forms · components and props
- Writable computed properties with get and set · computed and watchers
- computed getter receives previous value parameter · computed and watchers
- methods are automatically bound to component instance · event handling
- watch supports dot-delimited nested property paths · computed and watchers
Licence
CC BY-NC-SA 4.0
Use it, copy it, build on it, with credit. Selling it is not allowed.