Skip to content

Commit 80f048c

Browse files
committed
chore(docs.next): code clean up
1 parent cf0025e commit 80f048c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs.next/src/components/page-parts/releases/QCalendarReleases.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</template>
2525

2626
<script>
27-
import { ref, onMounted, watch } from 'vue'
27+
import { ref, onMounted } from 'vue'
2828
import { date } from 'quasar'
2929
3030
import PackageReleases from './PackageReleases'
@@ -48,10 +48,6 @@ export default {
4848
const currentPackage = ref('QCalendar')
4949
const versions = ref({})
5050
51-
watch(versions, (val) => {
52-
console.log('versions:', val)
53-
})
54-
5551
function queryReleases (page = 1) {
5652
loading.value = true
5753
error.value = false

0 commit comments

Comments
 (0)