Nuxt/lib/app
Pooya Parsa bbd2eddb40 import SSR plugins
This supports proper functionality of plugins registering Vue Components.
Also we await for each plugin to make sure that they are initialized before createApp
2017-05-22 15:30:20 +04:30
..
components Add duration property in transition 2017-03-24 03:00:35 +01:00
layouts Add layout feature 2016-12-24 01:55:32 +01:00
App.vue [fix] resolve css imports 2017-05-22 02:19:51 +04:30
client.js Remove injectAs property, now you only have to export a method which receives the context 2017-05-21 21:00:41 +02:00
index.js import SSR plugins 2017-05-22 15:30:20 +04:30
middleware.js Add typescript compatibility 2017-05-05 14:07:54 +02:00
router.js add linkExactActiveClass 2017-05-09 21:46:11 +03:00
server.js Remove injectAs property, now you only have to export a method which receives the context 2017-05-21 21:00:41 +02:00
store.js Store state should always be a method now 2017-05-21 15:45:21 +02:00
utils.js Remove injectAs property, now you only have to export a method which receives the context 2017-05-21 21:00:41 +02:00