Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jdurrant
webina
Commits
5af6835b
Commit
5af6835b
authored
Nov 28, 2019
by
Jacob Durrant
Browse files
Added docstrings.
parent
141a4ebc
Changes
43
Expand all
Hide whitespace changes
Inline
Side-by-side
src/Vue/Setup.ts
View file @
5af6835b
...
...
@@ -25,6 +25,10 @@ declare var Vuex;
declare
var
BootstrapVue
;
declare
var
jQuery
;
/**
* Load and setup all Vue components.
* @returns void
*/
export
function
setup
():
void
{
Vue
.
use
(
BootstrapVue
)
Vue
.
use
(
Vuex
)
...
...
src/Vue/Store.ts
View file @
5af6835b
This diff is collapsed.
Click to expand it.
webina.zip
View file @
5af6835b
No preview for this file type
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment