File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v2.0.5
4+
5+ [ compare changes] ( https://github.com/Maiquu/nuxt-quasar/compare/v2.0.4...v2.0.5 )
6+
7+ ### 🩹 Fixes
8+
9+ - ** playground:** Page/layout ([ 46ab87f] ( https://github.com/Maiquu/nuxt-quasar/commit/46ab87f ) )
10+ - Import ` defineNuxtPlugin ` from ` #imports ` ([ fd7f005] ( https://github.com/Maiquu/nuxt-quasar/commit/fd7f005 ) )
11+
12+ ### ❤️ Contributors
13+
14+ - Ege İliklier ([ @Maiquu ] ( http://github.com/Maiquu ) )
15+
316## v2.0.4
417
518[ compare changes] ( https://github.com/Maiquu/nuxt-quasar/compare/v2.0.3...v2.0.4 )
Original file line number Diff line number Diff line change 11{
22 "name" : " nuxt-quasar-ui" ,
33 "type" : " module" ,
4- "version" : " 2.0.4 " ,
4+ "version" : " 2.0.5 " ,
55 "packageManager" : " pnpm@8.6.7" ,
66 "description" : " Quasar Module for Nuxt (Unofficial)" ,
77 "license" : " MIT" ,
Original file line number Diff line number Diff line change 1- import { defineNuxtPlugin } from '#imports'
21import { useQuasar } from 'quasar'
2+ import { defineNuxtPlugin } from '#imports'
33
44export default defineNuxtPlugin ( ( ) => {
55 return {
You can’t perform that action at this time.
0 commit comments