mirror of
				https://github.com/KevinMidboe/vue-js-modal.git
				synced 2025-10-29 18:00:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			188 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			188 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ##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');
 | |
| }
 | |
| ```
 |