🐛 修改组件 ID 时间戳的生成方式
This commit is contained in:
		@@ -53,8 +53,9 @@ export default {
 | 
			
		||||
    default: () => ({})
 | 
			
		||||
  },
 | 
			
		||||
  data () {
 | 
			
		||||
    const timestamp = Date.now()
 | 
			
		||||
    return {
 | 
			
		||||
      gradientId: `water-level-pond-${(new Date()).getTime()}`,
 | 
			
		||||
      gradientId: `water-level-pond-${timestamp}`,
 | 
			
		||||
 | 
			
		||||
      defaultConfig: {
 | 
			
		||||
        /**
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user