You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,10 @@ And then use an instance of that component in another Vue.js template:
66
66
67
67
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.\
68
68
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
+
71
73
-**ScriptTemplate**
72
74
73
75
Used to render HTML in a `<script type="x-template">` tag.
0 commit comments