mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 00:18:51 +08:00
fix: fix import path error
This commit is contained in:
parent
a791786679
commit
9fa46c50e2
@ -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