xrkffgg / k-progress-v3

一个 Vue3 插件,线性进度条。A Vue3 plugin, linear progress bar. https://xrkffgg.github.io/Knotes/course/k-progress.html
MIT License
13 stars 2 forks source link

Hot update failed after use in Vue3 #5

Open 1923998238 opened 2 months ago

1923998238 commented 2 months ago

"vite": "^4.0.3", "vue": "^3.2.25", "k-progress-v3": "^1.0.0",

` // main.js import KProgress from 'k-progress';

const app = createApp(App); app .component('k-progress', KProgress) .mount('#app'); `

xrkffgg commented 2 months ago

PR welcome