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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,9 @@ Note: When using .vue files, the JavaScript output is cached between requests (i
115
115
-`Options` - Vue options for the component in JavaScript format. Only used with simple in-line templates.
116
116
-`SquashWS` - Boolean value (default true) indicating if all white space in HTML templates should be squashed (sequences of space, `<LF>`, `<CR>`, `<Tab>` are replaced with a single space).
117
117
118
+
Events (server side):
119
+
-`PostBack(eventArgument)`- Raised when script in the Vue.js component calls `this.$options.PostBack(eventArgument)`. Note that the server control must have an `ID` attribute for this to be available.
120
+
118
121
-**App**
119
122
120
123
Makes it easy to render a Vue.js application instance.
@@ -126,6 +129,9 @@ Note: When using .vue files, the JavaScript output is cached between requests (i
126
129
-`Mount` - Boolean value (default true) indicating if a `<div>` tag with a random id should be generated and the Vue instance mounted to this.
127
130
-`SquashWS` - Boolean value (default true) indicating if all white space in HTML templates should be squashed (sequences of space, `<LF>`, `<CR>`, `<Tab>` are replaced with a single space).
128
131
132
+
Events (server side):
133
+
-`PostBack(eventArgument)`- Raised when script in the Vue.js application calls `this.$options.PostBack(eventArgument)`. Note that the server control must have an `ID` attribute for this to be available.
0 commit comments