mirror of https://github.com/vuejs/vue.git
[build] 1.0.28-csp
This commit is contained in:
parent
94cf00d209
commit
c45cfee24d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vue",
|
"name": "vue",
|
||||||
"version": "1.0.28",
|
"version": "1.0.28-csp",
|
||||||
"author": "Evan You <yyx990803@gmail.com>",
|
"author": "Evan You <yyx990803@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "Simple, Fast & Composable MVVM for building interactive interfaces",
|
"description": "Simple, Fast & Composable MVVM for building interactive interfaces",
|
||||||
|
|
|
@ -5,7 +5,7 @@ import config from './config'
|
||||||
|
|
||||||
installGlobalAPI(Vue)
|
installGlobalAPI(Vue)
|
||||||
|
|
||||||
Vue.version = '1.0.28'
|
Vue.version = '1.0.28-csp'
|
||||||
|
|
||||||
export default Vue
|
export default Vue
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue