Current state: custom CSS + vanilla Vue components Architecture: modular with composables, provide/inject pattern Ready for progressive migration to Quasar native components Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
94 B
JavaScript
6 lines
94 B
JavaScript
import { createPinia } from 'pinia'
|
|
|
|
export default ({ app }) => {
|
|
app.use(createPinia())
|
|
}
|