- PageData now overwriting default implementation with the default slot
- PageData component will not load the url if currentPage prop is 0
- Check properties
computed
andmethods
exist on components before attaching store
- Accept boolean for
hasNext
prop in componentpage-data
. - Added prop
data
to componentpage-data
. - Use real vuex store flow
- Create function to map vuex to components
- Check if config directory exists before trying to copy the prod.env.js file to it.
- Replaced component
a-link
withnav-link
- Options object now take key
navPath
which is a function
Changed properties svg-width
and svg-height
to width
and height
respectively on the loading component
Removed surrounding span tag on the loading component's svg
Added properties svg-width
and svg-height
to the loading component
Fixed components registration issue
- Added sweetalert
- Added vue-social-sharing
- Added vue-toasted
- Added components
- Added a third parameter to mixin method
pullValue
, a function to call on each item in the object/array. - Added method
reset
to$http
Ensure mixin method pullValue()
returns the pulled value.
Allowed values in the env.js
file to be overwritten by those set in the command
line.
Copy existing env.example.js
file instead of default.
Allowed passing of options object for hellojs
- Added property
$hello
to hold the hellojs object. - Added method
onHello
, a shortcut tothis.$hello.on('auth.login')
.
Added hellojs implementation