update: solid-event v4.0 + solid-invoice v1.3
This commit is contained in:
		
				
					committed by
					
						 Jean-Baptiste Pasquier
						Jean-Baptiste Pasquier
					
				
			
			
				
	
			
			
			
						parent
						
							b2cea15520
						
					
				
				
					commit
					c7e4bbc95e
				
			| @ -28,15 +28,15 @@ if componentSet.has("dashboard") | ||||
|   script(type="module" src="https://cdn.skypack.dev/@startinblox/component-dashboard@5.0" defer) | ||||
|   //- script(type="module" src="/lib/solid-dashboard/dist/index.js" defer) | ||||
|  | ||||
| //- if componentSet.has("events") | ||||
|   script(type="module", src="https://cdn.skypack.dev/@startinblox/component-event@beta", defer) | ||||
| if componentSet.has("events") | ||||
|   script(type="module", src="https://cdn.skypack.dev/@startinblox/component-event@4.0", defer) | ||||
|   //- script(type="module", src="/lib/solid-event/solid-event.js", defer) | ||||
|  | ||||
| if componentSet.has("events") || componentSet.has("polls") || componentSet.has("resources") | ||||
|   script(type="module" src="https://cdn.skypack.dev/@startinblox/component-conversation@0.11" defer) | ||||
|  | ||||
| //- if componentSet.has("invoices") | ||||
|   script(type="module" src="https://cdn.skypack.dev/@startinblox/component-invoicing@beta" defer) | ||||
| if componentSet.has("invoices") | ||||
|   script(type="module" src="https://cdn.skypack.dev/@startinblox/component-invoicing@1.3" defer) | ||||
|   //- script(type="module" src="/lib/solid-invoicing/solid-invoicing.js" defer) | ||||
|  | ||||
| if componentSet.has("jobBoard") | ||||
|  | ||||
		Reference in New Issue
	
	Block a user