Skip to content

Commit df147a7

Browse files
kraighyyx990803
authored andcommitted
docs: added link to component options spec (vuejs#1192)
* Added link to component options spec * Update spec.md
1 parent 0c44890 commit df147a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/start/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ More details can be found in [Using Pre-Processors](../configurations/pre-proces
5858

5959
- The script is executed in a CommonJS like environment (just like a normal `.js` module bundled via webpack), which means you can `require()` other dependencies. And with ES2015 support, you can also use the `import` and `export` syntax.
6060

61-
- The script must export a Vue.js component options object. Exporting an extended constructor created by `Vue.extend()` is also supported, but a plain object is preferred.
61+
- The script must export a Vue.js [component options object](https://vuejs.org/v2/api/#Options-Data). Exporting an extended constructor created by `Vue.extend()` is also supported, but a plain object is preferred.
6262

6363
#### `<style>`
6464

0 commit comments

Comments
 (0)