Skip to content

Latest commit

 

History

History

02.vue

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
(async function(){
  let result = await axios.post('xxx')
})()

单文件调试

npm install -g @vue/cli-service-global

use vue serve

or

vue serve MyComponent.vue