dev启动默认打开浏览器
This commit is contained in:
		
							parent
							
								
									f26f90fa23
								
							
						
					
					
						commit
						d48475c585
					
				@ -5,7 +5,7 @@
 | 
			
		||||
  "author": "若依",
 | 
			
		||||
  "license": "MIT",
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "dev": "vue-cli-service serve",
 | 
			
		||||
    "dev": "vue-cli-service serve --open",
 | 
			
		||||
    "build:prod": "vue-cli-service build",
 | 
			
		||||
    "build:stage": "vue-cli-service build --mode staging",
 | 
			
		||||
    "preview": "node build/index.js --preview",
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
<template>
 | 
			
		||||
  <div v-if="isExternal" :style="styleExternalIcon" class="svg-external-icon svg-icon" v-on="$listeners" />
 | 
			
		||||
  <svg v-else :class="svgClass" aria-hidden="true" v-on="$listeners">
 | 
			
		||||
    <use :href="iconName" />
 | 
			
		||||
    <use :xlink:href="iconName" />
 | 
			
		||||
  </svg>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user