mirror of
				https://github.com/KevinMidboe/vue-js-modal.git
				synced 2025-10-29 18:00:20 +00:00 
			
		
		
		
	
			
				
					
						
					
					91c322e670f562106f0a9acfc41b26fd4295de5c
				
			
			
		
	##ue.js modal
####Simple to use vue.js modal
import 'vue-modal';
<modal name="hello-world">
  hello, world!
</modal>
...
methods: {
  this.$modal.show('hello-word');
}
Description
				
					Languages
				
				
								
								
									Vue
								
								70.8%
							
						
							
								
								
									JavaScript
								
								27.9%
							
						
							
								
								
									TypeScript
								
								1.3%