Skip to content

Commit 24cb97b

Browse files
committed
updated readme
1 parent d557204 commit 24cb97b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,10 @@ And then use an instance of that component in another Vue.js template:
6666

6767
Note: Only the most basic .vue file layout is supported. The .vue file must have exactly one `<template>` section, one `<script>` section, and NO `<style>` section.\
6868
The `<script>` section must start with `export default {`\
69-
See [car.vue](sample-web-site/car.vue) as an example.
70-
69+
See [car.vue](sample-web-site/car.vue) as an example.\
70+
For now, the .vue file `<script>` section will only be included in the rendered JavaScript when the control's
71+
`VueLight` attribute set to false (or is not present).
72+
7173
- **ScriptTemplate**
7274

7375
Used to render HTML in a `<script type="x-template">` tag.

0 commit comments

Comments
 (0)