# runtime **Repository Path**: vue-lab/runtime ## Basic Information - **Project Name**: runtime - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-27 - **Last Updated**: 2023-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```html ``` ```html ``` ```js const vueResource = { install(Vue, option) { Vue.prototype.$http = function() { } } } ```