-
-
Notifications
You must be signed in to change notification settings - Fork 3
Assets
Fatih Koca edited this page Nov 27, 2019
·
1 revision
Assets setting is used to push new asset files (CSS or JS) in the document.
Vue.ajax.get([url], [data], {
assets: "path/css/style.css"
});
Vue.ajax.get("http://example.com", {}, {
assets: ["assets/css/style.css", "assets/js/script.js"]
});