mirror of
				https://github.com/pure-admin/vue-pure-admin.git
				synced 2025-11-03 13:44:47 +08:00 
			
		
		
		
	
						commit
						f96a2e4d00
					
				@ -1,5 +1,5 @@
 | 
			
		||||
import { App } from "vue";
 | 
			
		||||
import countTo from "./src/CountTo";
 | 
			
		||||
import countTo from "./src/countTo";
 | 
			
		||||
 | 
			
		||||
export const CountTo = Object.assign(countTo, {
 | 
			
		||||
  install(app: App) {
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
import { App } from "vue"
 | 
			
		||||
import selector from "./src/Selector"
 | 
			
		||||
import selector from "./src/selector"
 | 
			
		||||
 | 
			
		||||
export const Selector = Object.assign(selector, {
 | 
			
		||||
  install(app: App) {
 | 
			
		||||
@ -7,4 +7,4 @@ export const Selector = Object.assign(selector, {
 | 
			
		||||
  }
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
export default Selector
 | 
			
		||||
export default Selector
 | 
			
		||||
 | 
			
		||||
@ -14,7 +14,7 @@
 | 
			
		||||
 | 
			
		||||
<script lang='ts'>
 | 
			
		||||
import { ref } from "vue";
 | 
			
		||||
import Selector from "/@/components/Selector";
 | 
			
		||||
import Selector from "/@/components/selector";
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
  components: { Selector },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user