You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new counter feature with Vue component setup
Introduce a basic counter application using Vue, including a new HTML entry point (`counter.html`), a JavaScript module (`counter.js`), and a Vue component (`Counter.vue`). Also update `vite.config.js` to include the new entry point.
0 commit comments