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