Shahanur Sharif

Results 10 issues of Shahanur Sharif

```error [Vue warn]: The client-side rendered virtual DOM tree is not matching server-rendered content. This is likely caused by incorrect HTML markup, for example nesting block-level elements inside , or...

I wish to modify particle direction which is in move.direction any help will be appreciated...

Hello I have been google a lot to integrate this with Vuetify. But very much bad luck that I am still failed to manage.

I am getting weirded activity, initial selected is not working on load or before click. After click its working good

bug

for example we can call below method to open print dialog, but i am looking for close method to reset some value like `@print_close` ``` methods: { async print ()...

the example you have mentioned in jsfiddle does not work, also i have tried to use it according to documentation but it did not work.

image https://ibb.co/TK8XqFR I have used ``` mdi-printer ``` Wish to print this ``` Purchase Ledger: {{ client_data.bill_no }} sdf sdf # First Last Handle 1 Mark Otto @mdo 2 Jacob...

here is code i am using ``` {{$dayjs(eventDetail.event_date_start).format('dddd MMM YYYY')}} import AddToCalendar from 'vue-add-to-calendar'; const route = useRoute(); const id = (route.params.id).split('-')[0]; const {data: eventDetail} = await useFetch('http://localhost:8000/api/events/' + id)...

here is my Model is look like `model.py` ``` class Event(models.Model): title = models.CharField(max_length=151, db_index=True) description = models.TextField(blank=True, null=True) tags = TaggableManager() ``` `serializers.py` ``` class EventSerializer(serializers.ModelSerializer): slug = serializers.SerializerMethodField()...

enhancement
docs